Html Css Color HEX #B89E18 Buddha Gold

📋 copy color: '#B89E18'

red 184 ◦ green 158 ◦ blue 24

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

Shades of Buddha Gold #B89E18

Tints of Buddha Gold #B89E18

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.17%

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 50.27%
G = 43.17%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B89E18 (or 0xB89E18) is known color: Buddha Gold. HEX triplet: B8, 9E and 18. RGB value is (184,158,24). Sum of RGB (Red+Green+Blue) = 184+158+24=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89E18 is #4761E7. Grayscale: #979797. Windows color (decimal): -4678120 or 1613496. OLE color: 1613496.

HSL color Cylindrical-coordinate representation of color #B89E18: hue angle of 50.25º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B89E18 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 158 24 -
CMYK 0 0.14 0.87 0.28
HSL 50.25º 0.77% 0.41% -
HSV(B) 50.25º 0.87% 0.72% -
XYZ 32.16 34.71 5.87 -
YUV 150.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 184 158 24 0 0.14 0.87 0.28 50.25 0.77 0.41
Hex B8 9E 18 0 E 57 1C 32 4D 29
Octal 270 236 30 0 16 127 34 62 115 51
Binary 10111000 10011110 11000 0 1110 1010111 11100 110010 1001101 101001

Color Harmonies of #B89E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89E18

Black with #B89E18

Text Example


Text Example

White with #B89E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89E18; }

 p { color: rgb(184,158,24); }

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

background-color css

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

 a { background-color: rgb(184,158,24); }

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

border-color css

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

 span { border-color: rgb(184,158,24); }

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