Html Css Color HEX #BBA406 Buddha Gold

📋 copy color: '#BBA406'

red 187 ◦ green 164 ◦ blue 6

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

Shades of Buddha Gold #BBA406

Tints of Buddha Gold #BBA406

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.94%

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

R = 52.38%
G = 45.94%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BBA406 (or 0xBBA406) is known color: Buddha Gold. HEX triplet: BB, A4 and 06. RGB value is (187,164,6). Sum of RGB (Red+Green+Blue) = 187+164+6=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA406 is #445BF9. Grayscale: #999999. Windows color (decimal): -4479994 or 435387. OLE color: 435387.

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

Color convert

RGB 187 164 6 -
CMYK 0 0.12 0.97 0.27
HSL 52.38º 0.94% 0.38% -
HSV(B) 52.38º 0.97% 0.73% -
XYZ 33.8 37.13 5.56 -
YUV 152.87 45.12 152.35 -
System Red Green Blue C M Y K H S L
Decimal 187 164 6 0 0.12 0.97 0.27 52.38 0.94 0.38
Hex BB A4 6 0 C 61 1B 34 5E 26
Octal 273 244 6 0 14 141 33 64 136 46
Binary 10111011 10100100 110 0 1100 1100001 11011 110100 1011110 100110

Color Harmonies of #BBA406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA406

Black with #BBA406

Text Example


Text Example

White with #BBA406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA406; }

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

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

background-color css

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

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

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

border-color css

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

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

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