Html Css Color HEX #BB9812 Buddha Gold

📋 copy color: '#BB9812'

red 187 ◦ green 152 ◦ blue 18

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

Shades of Buddha Gold #BB9812

Tints of Buddha Gold #BB9812

RGB

 RED value IS 187 (73.44% from 255) = 52.38%

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

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

R = 52.38%
G = 42.58%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB9812 (or 0xBB9812) is known color: Buddha Gold. HEX triplet: BB, 98 and 12. RGB value is (187,152,18). Sum of RGB (Red+Green+Blue) = 187+152+18=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9812 is #4467ED. Grayscale: #939393. Windows color (decimal): -4483054 or 1218747. OLE color: 1218747.

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

Color convert

RGB 187 152 18 -
CMYK 0 0.19 0.90 0.27
HSL 47.57º 0.82% 0.4% -
HSV(B) 47.57º 0.9% 0.73% -
XYZ 31.83 33.06 5.28 -
YUV 147.19 55.1 156.4 -
System Red Green Blue C M Y K H S L
Decimal 187 152 18 0 0.19 0.90 0.27 47.57 0.82 0.4
Hex BB 98 12 0 13 5A 1B 30 52 28
Octal 273 230 22 0 23 132 33 60 122 50
Binary 10111011 10011000 10010 0 10011 1011010 11011 110000 1010010 101000

Color Harmonies of #BB9812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9812

Black with #BB9812

Text Example


Text Example

White with #BB9812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9812; }

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

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

background-color css

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

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

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

border-color css

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

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

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