Html Css Color HEX #B89906 Buddha Gold

📋 copy color: '#B89906'

red 184 ◦ green 153 ◦ blue 6

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

Shades of Buddha Gold #B89906

Tints of Buddha Gold #B89906

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.61%

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

R = 53.64%
G = 44.61%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B89906 (or 0xB89906) is known color: Buddha Gold. HEX triplet: B8, 99 and 06. RGB value is (184,153,6). Sum of RGB (Red+Green+Blue) = 184+153+6=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B89906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89906 is #4766F9. Grayscale: #929292. Windows color (decimal): -4679418 or 432568. OLE color: 432568.

HSL color Cylindrical-coordinate representation of color #B89906: hue angle of 49.55º 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 #B89906 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 153 6 -
CMYK 0 0.17 0.97 0.28
HSL 49.55º 0.94% 0.37% -
HSV(B) 49.55º 0.97% 0.72% -
XYZ 31.19 32.99 4.9 -
YUV 145.51 49.27 155.45 -
System Red Green Blue C M Y K H S L
Decimal 184 153 6 0 0.17 0.97 0.28 49.55 0.94 0.37
Hex B8 99 6 0 11 61 1C 32 5E 25
Octal 270 231 6 0 21 141 34 62 136 45
Binary 10111000 10011001 110 0 10001 1100001 11100 110010 1011110 100101

Color Harmonies of #B89906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89906

Black with #B89906

Text Example


Text Example

White with #B89906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89906; }

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

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

background-color css

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

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

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

border-color css

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

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

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