Html Css Color HEX #B89C06 Buddha Gold

📋 copy color: '#B89C06'

red 184 ◦ green 156 ◦ blue 6

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

Shades of Buddha Gold #B89C06

Tints of Buddha Gold #B89C06

RGB

 RED value IS 184 (72.27% from 255) = 53.18%

 GREEN value IS 156 (61.33% from 255) = 45.09%

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 53.18%
G = 45.09%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B89C06 (or 0xB89C06) is known color: Buddha Gold. HEX triplet: B8, 9C and 06. RGB value is (184,156,6). Sum of RGB (Red+Green+Blue) = 184+156+6=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89C06 is #4763F9. Grayscale: #939393. Windows color (decimal): -4678650 or 433336. OLE color: 433336.

HSL color Cylindrical-coordinate representation of color #B89C06: hue angle of 50.56º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B89C06 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 156 6 -
CMYK 0 0.15 0.97 0.28
HSL 50.56º 0.94% 0.37% -
HSV(B) 50.56º 0.97% 0.72% -
XYZ 31.69 33.98 5.06 -
YUV 147.27 48.28 154.2 -
System Red Green Blue C M Y K H S L
Decimal 184 156 6 0 0.15 0.97 0.28 50.56 0.94 0.37
Hex B8 9C 6 0 F 61 1C 33 5E 25
Octal 270 234 6 0 17 141 34 63 136 45
Binary 10111000 10011100 110 0 1111 1100001 11100 110011 1011110 100101

Color Harmonies of #B89C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89C06

Black with #B89C06

Text Example


Text Example

White with #B89C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89C06; }

 p { color: rgb(184,156,6); }

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

background-color css

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

 a { background-color: rgb(184,156,6); }

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

border-color css

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

 span { border-color: rgb(184,156,6); }

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