Html Css Color HEX #BBA212 Buddha Gold

📋 copy color: '#BBA212'

red 187 ◦ green 162 ◦ blue 18

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

Shades of Buddha Gold #BBA212

Tints of Buddha Gold #BBA212

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.14%

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

R = 50.95%
G = 44.14%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBA212 (or 0xBBA212) is known color: Buddha Gold. HEX triplet: BB, A2 and 12. RGB value is (187,162,18). Sum of RGB (Red+Green+Blue) = 187+162+18=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA212 is #445DED. Grayscale: #999999. Windows color (decimal): -4480494 or 1221307. OLE color: 1221307.

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

Color convert

RGB 187 162 18 -
CMYK 0 0.13 0.90 0.27
HSL 51.12º 0.82% 0.4% -
HSV(B) 51.12º 0.9% 0.73% -
XYZ 33.52 36.45 5.84 -
YUV 153.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 187 162 18 0 0.13 0.90 0.27 51.12 0.82 0.4
Hex BB A2 12 0 D 5A 1B 33 52 28
Octal 273 242 22 0 15 132 33 63 122 50
Binary 10111011 10100010 10010 0 1101 1011010 11011 110011 1010010 101000

Color Harmonies of #BBA212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA212

Black with #BBA212

Text Example


Text Example

White with #BBA212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA212; }

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

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

background-color css

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

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

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

border-color css

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

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

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