Html Css Color HEX #B89812 Buddha Gold

📋 copy color: '#B89812'

red 184 ◦ green 152 ◦ blue 18

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

Shades of Buddha Gold #B89812

Tints of Buddha Gold #B89812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.94%

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

R = 51.98%
G = 42.94%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B89812 (or 0xB89812) is known color: Buddha Gold. HEX triplet: B8, 98 and 12. RGB value is (184,152,18). Sum of RGB (Red+Green+Blue) = 184+152+18=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B89812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89812 is #4767ED. Grayscale: #929292. Windows color (decimal): -4679662 or 1218744. OLE color: 1218744.

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

Color convert

RGB 184 152 18 -
CMYK 0 0.17 0.90 0.28
HSL 48.43º 0.82% 0.4% -
HSV(B) 48.43º 0.9% 0.72% -
XYZ 31.1 32.69 5.24 -
YUV 146.29 55.6 154.9 -
System Red Green Blue C M Y K H S L
Decimal 184 152 18 0 0.17 0.90 0.28 48.43 0.82 0.4
Hex B8 98 12 0 11 5A 1C 30 52 28
Octal 270 230 22 0 21 132 34 60 122 50
Binary 10111000 10011000 10010 0 10001 1011010 11100 110000 1010010 101000

Color Harmonies of #B89812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89812

Black with #B89812

Text Example


Text Example

White with #B89812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89812; }

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

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

background-color css

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

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

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

border-color css

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

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

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