Html Css Color HEX #BBA206 Buddha Gold

📋 copy color: '#BBA206'

red 187 ◦ green 162 ◦ blue 6

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

Shades of Buddha Gold #BBA206

Tints of Buddha Gold #BBA206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 52.68%
G = 45.63%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BBA206 (or 0xBBA206) is known color: Buddha Gold. HEX triplet: BB, A2 and 06. RGB value is (187,162,6). Sum of RGB (Red+Green+Blue) = 187+162+6=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA206 is #445DF9. Grayscale: #989898. Windows color (decimal): -4480506 or 434875. OLE color: 434875.

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

Color convert

RGB 187 162 6 -
CMYK 0 0.13 0.97 0.27
HSL 51.71º 0.94% 0.38% -
HSV(B) 51.71º 0.97% 0.73% -
XYZ 33.45 36.42 5.44 -
YUV 151.69 45.78 153.18 -
System Red Green Blue C M Y K H S L
Decimal 187 162 6 0 0.13 0.97 0.27 51.71 0.94 0.38
Hex BB A2 6 0 D 61 1B 34 5E 26
Octal 273 242 6 0 15 141 33 64 136 46
Binary 10111011 10100010 110 0 1101 1100001 11011 110100 1011110 100110

Color Harmonies of #BBA206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA206

Black with #BBA206

Text Example


Text Example

White with #BBA206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA206; }

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

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

background-color css

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

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

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

border-color css

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

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

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