Html Css Color HEX #BBA306 Buddha Gold

📋 copy color: '#BBA306'

red 187 ◦ green 163 ◦ blue 6

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

Shades of Buddha Gold #BBA306

Tints of Buddha Gold #BBA306

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.79%

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

R = 52.53%
G = 45.79%
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

#BBA306 (or 0xBBA306) is known color: Buddha Gold. HEX triplet: BB, A3 and 06. RGB value is (187,163,6). Sum of RGB (Red+Green+Blue) = 187+163+6=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA306 is #445CF9. Grayscale: #989898. Windows color (decimal): -4480250 or 435131. OLE color: 435131.

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

Color convert

RGB 187 163 6 -
CMYK 0 0.13 0.97 0.27
HSL 52.04º 0.94% 0.38% -
HSV(B) 52.04º 0.97% 0.73% -
XYZ 33.62 36.77 5.5 -
YUV 152.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 187 163 6 0 0.13 0.97 0.27 52.04 0.94 0.38
Hex BB A3 6 0 D 61 1B 34 5E 26
Octal 273 243 6 0 15 141 33 64 136 46
Binary 10111011 10100011 110 0 1101 1100001 11011 110100 1011110 100110

Color Harmonies of #BBA306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA306

Black with #BBA306

Text Example


Text Example

White with #BBA306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA306; }

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

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

background-color css

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

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

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

border-color css

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

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

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