Html Css Color HEX #B89907 Buddha Gold

📋 copy color: '#B89907'

red 184 ◦ green 153 ◦ blue 7

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

Shades of Buddha Gold #B89907

Tints of Buddha Gold #B89907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 53.49%
G = 44.48%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B89907 (or 0xB89907) is known color: Buddha Gold. HEX triplet: B8, 99 and 07. RGB value is (184,153,7). Sum of RGB (Red+Green+Blue) = 184+153+7=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B89907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89907 is #4766F8. Grayscale: #929292. Windows color (decimal): -4679417 or 498104. OLE color: 498104.

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

Color convert

RGB 184 153 7 -
CMYK 0 0.17 0.96 0.28
HSL 49.49º 0.93% 0.37% -
HSV(B) 49.49º 0.96% 0.72% -
XYZ 31.2 32.99 4.92 -
YUV 145.63 49.77 155.37 -
System Red Green Blue C M Y K H S L
Decimal 184 153 7 0 0.17 0.96 0.28 49.49 0.93 0.37
Hex B8 99 7 0 11 60 1C 31 5D 25
Octal 270 231 7 0 21 140 34 61 135 45
Binary 10111000 10011001 111 0 10001 1100000 11100 110001 1011101 100101

Color Harmonies of #B89907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89907

Black with #B89907

Text Example


Text Example

White with #B89907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89907; }

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

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

background-color css

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

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

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

border-color css

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

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

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