Html Css Color HEX #BBA603 Buddha Gold

📋 copy color: '#BBA603'

red 187 ◦ green 166 ◦ blue 3

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

Shades of Buddha Gold #BBA603

Tints of Buddha Gold #BBA603

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.63%

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 52.53%
G = 46.63%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBA603 (or 0xBBA603) is known color: Buddha Gold. HEX triplet: BB, A6 and 03. RGB value is (187,166,3). Sum of RGB (Red+Green+Blue) = 187+166+3=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA603 is #4459FC. Grayscale: #9A9A9A. Windows color (decimal): -4479485 or 239291. OLE color: 239291.

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

Color convert

RGB 187 166 3 -
CMYK 0 0.11 0.98 0.27
HSL 53.15º 0.97% 0.37% -
HSV(B) 53.15º 0.98% 0.73% -
XYZ 34.15 37.84 5.59 -
YUV 153.7 42.96 151.75 -
System Red Green Blue C M Y K H S L
Decimal 187 166 3 0 0.11 0.98 0.27 53.15 0.97 0.37
Hex BB A6 3 0 B 62 1B 35 61 25
Octal 273 246 3 0 13 142 33 65 141 45
Binary 10111011 10100110 11 0 1011 1100010 11011 110101 1100001 100101

Color Harmonies of #BBA603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA603

Black with #BBA603

Text Example


Text Example

White with #BBA603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA603; }

 p { color: rgb(187,166,3); }

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

background-color css

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

 a { background-color: rgb(187,166,3); }

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

border-color css

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

 span { border-color: rgb(187,166,3); }

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