Html Css Color HEX #B7A01D Buddha Gold

📋 copy color: '#B7A01D'

red 183 ◦ green 160 ◦ blue 29

#B7A01D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #B7A01D

Tints of Buddha Gold #B7A01D

RGB

 RED value IS 183 (71.88% from 255) = 49.19%

 GREEN value IS 160 (62.89% from 255) = 43.01%

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 49.19%
G = 43.01%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7A01D (or 0xB7A01D) is known color: Buddha Gold. HEX triplet: B7, A0 and 1D. RGB value is (183,160,29). Sum of RGB (Red+Green+Blue) = 183+160+29=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A01D is #485FE2. Grayscale: #989898. Windows color (decimal): -4743139 or 1941687. OLE color: 1941687.

HSL color Cylindrical-coordinate representation of color #B7A01D: hue angle of 51.04º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7A01D is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 160 29 -
CMYK 0 0.13 0.84 0.28
HSL 51.04º 0.73% 0.42% -
HSV(B) 51.04º 0.84% 0.72% -
XYZ 32.32 35.3 6.27 -
YUV 151.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 183 160 29 0 0.13 0.84 0.28 51.04 0.73 0.42
Hex B7 A0 1D 0 D 54 1C 33 49 2A
Octal 267 240 35 0 15 124 34 63 111 52
Binary 10110111 10100000 11101 0 1101 1010100 11100 110011 1001001 101010

Color Harmonies of #B7A01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A01D

Black with #B7A01D

Text Example


Text Example

White with #B7A01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A01D; }

 p { color: rgb(183,160,29); }

 H1.HeaderClassName
 {
   color: #B7A01D;
 }
 .AnyTagClassName
 {
   color: #B7A01D;
 }
</style>

background-color css

<style>
 a { background-color: #B7A01D; }

 a { background-color: rgb(183,160,29); }

 div.DivClassName
 {
   background-color: #B7A01D;
 }
 .BgClassName
 {
   background-color: #B7A01D;
 }
</style>

border-color css

<style>
 span { border-color: #B7A01D; }

 span { border-color: rgb(183,160,29); }

 td.TdClassName
 {
   border-color: #B7A01D;
 }
 .TagClassName
 {
   border-color: #B7A01D;
 }
</style>