Html Css Color HEX #B89908 Buddha Gold

📋 copy color: '#B89908'

red 184 ◦ green 153 ◦ blue 8

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

Shades of Buddha Gold #B89908

Tints of Buddha Gold #B89908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.32%

R = 53.33%
G = 44.35%
B = 2.32%

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

#B89908 (or 0xB89908) is known color: Buddha Gold. HEX triplet: B8, 99 and 08. RGB value is (184,153,8). Sum of RGB (Red+Green+Blue) = 184+153+8=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B89908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89908 is #4766F7. Grayscale: #929292. Windows color (decimal): -4679416 or 563640. OLE color: 563640.

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

Color convert

RGB 184 153 8 -
CMYK 0 0.17 0.96 0.28
HSL 49.43º 0.92% 0.38% -
HSV(B) 49.43º 0.96% 0.72% -
XYZ 31.2 32.99 4.95 -
YUV 145.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 184 153 8 0 0.17 0.96 0.28 49.43 0.92 0.38
Hex B8 99 8 0 11 60 1C 31 5C 26
Octal 270 231 10 0 21 140 34 61 134 46
Binary 10111000 10011001 1000 0 10001 1100000 11100 110001 1011100 100110

Color Harmonies of #B89908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89908

Black with #B89908

Text Example


Text Example

White with #B89908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89908; }

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

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

background-color css

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

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

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

border-color css

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

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

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