Html Css Color HEX #B89E12 Buddha Gold

📋 copy color: '#B89E12'

red 184 ◦ green 158 ◦ blue 18

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

Shades of Buddha Gold #B89E12

Tints of Buddha Gold #B89E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5%

R = 51.11%
G = 43.89%
B = 5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B89E12 (or 0xB89E12) is known color: Buddha Gold. HEX triplet: B8, 9E and 12. RGB value is (184,158,18). Sum of RGB (Red+Green+Blue) = 184+158+18=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89E12 is #4761ED. Grayscale: #969696. Windows color (decimal): -4678126 or 1220280. OLE color: 1220280.

HSL color Cylindrical-coordinate representation of color #B89E12: hue angle of 50.6º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B89E12 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 158 18 -
CMYK 0 0.14 0.90 0.28
HSL 50.6º 0.82% 0.4% -
HSV(B) 50.6º 0.9% 0.72% -
XYZ 32.1 34.69 5.58 -
YUV 149.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 184 158 18 0 0.14 0.90 0.28 50.6 0.82 0.4
Hex B8 9E 12 0 E 5A 1C 33 52 28
Octal 270 236 22 0 16 132 34 63 122 50
Binary 10111000 10011110 10010 0 1110 1011010 11100 110011 1010010 101000

Color Harmonies of #B89E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89E12

Black with #B89E12

Text Example


Text Example

White with #B89E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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