Html Css Color HEX #BBA209 Buddha Gold

📋 copy color: '#BBA209'

red 187 ◦ green 162 ◦ blue 9

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

Shades of Buddha Gold #BBA209

Tints of Buddha Gold #BBA209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.51%

R = 52.23%
G = 45.25%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BBA209 (or 0xBBA209) is known color: Buddha Gold. HEX triplet: BB, A2 and 09. RGB value is (187,162,9). Sum of RGB (Red+Green+Blue) = 187+162+9=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA209 is #445DF6. Grayscale: #989898. Windows color (decimal): -4480503 or 631483. OLE color: 631483.

HSL color Cylindrical-coordinate representation of color #BBA209: hue angle of 51.57º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBA209 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 9 -
CMYK 0 0.13 0.95 0.27
HSL 51.57º 0.91% 0.38% -
HSV(B) 51.57º 0.95% 0.73% -
XYZ 33.46 36.43 5.53 -
YUV 152.03 47.28 152.94 -
System Red Green Blue C M Y K H S L
Decimal 187 162 9 0 0.13 0.95 0.27 51.57 0.91 0.38
Hex BB A2 9 0 D 5F 1B 34 5B 26
Octal 273 242 11 0 15 137 33 64 133 46
Binary 10111011 10100010 1001 0 1101 1011111 11011 110100 1011011 100110

Color Harmonies of #BBA209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA209

Black with #BBA209

Text Example


Text Example

White with #BBA209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA209; }

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

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

background-color css

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

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

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

border-color css

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

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

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