Html Css Color HEX #BBA303 Buddha Gold

📋 copy color: '#BBA303'

red 187 ◦ green 163 ◦ blue 3

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

Shades of Buddha Gold #BBA303

Tints of Buddha Gold #BBA303

RGB

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

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

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

R = 52.97%
G = 46.18%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBA303 (or 0xBBA303) is known color: Buddha Gold. HEX triplet: BB, A3 and 03. RGB value is (187,163,3). Sum of RGB (Red+Green+Blue) = 187+163+3=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA303 is #445CFC. Grayscale: #989898. Windows color (decimal): -4480253 or 238523. OLE color: 238523.

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

Color convert

RGB 187 163 3 -
CMYK 0 0.13 0.98 0.27
HSL 52.17º 0.97% 0.37% -
HSV(B) 52.17º 0.98% 0.73% -
XYZ 33.61 36.77 5.41 -
YUV 151.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 187 163 3 0 0.13 0.98 0.27 52.17 0.97 0.37
Hex BB A3 3 0 D 62 1B 34 61 25
Octal 273 243 3 0 15 142 33 64 141 45
Binary 10111011 10100011 11 0 1101 1100010 11011 110100 1100001 100101

Color Harmonies of #BBA303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA303

Black with #BBA303

Text Example


Text Example

White with #BBA303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA303; }

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

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

background-color css

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

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

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

border-color css

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

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

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