Html Css Color HEX #BBA302 Buddha Gold

📋 copy color: '#BBA302'

red 187 ◦ green 163 ◦ blue 2

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

Shades of Buddha Gold #BBA302

Tints of Buddha Gold #BBA302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 53.13%
G = 46.31%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBA302 (or 0xBBA302) is known color: Buddha Gold. HEX triplet: BB, A3 and 02. RGB value is (187,163,2). Sum of RGB (Red+Green+Blue) = 187+163+2=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA302 is #445CFD. Grayscale: #989898. Windows color (decimal): -4480254 or 172987. OLE color: 172987.

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

Color convert

RGB 187 163 2 -
CMYK 0 0.13 0.99 0.27
HSL 52.22º 0.98% 0.37% -
HSV(B) 52.22º 0.99% 0.73% -
XYZ 33.6 36.76 5.38 -
YUV 151.82 43.45 153.09 -
System Red Green Blue C M Y K H S L
Decimal 187 163 2 0 0.13 0.99 0.27 52.22 0.98 0.37
Hex BB A3 2 0 D 63 1B 34 62 25
Octal 273 243 2 0 15 143 33 64 142 45
Binary 10111011 10100011 10 0 1101 1100011 11011 110100 1100010 100101

Color Harmonies of #BBA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA302

Black with #BBA302

Text Example


Text Example

White with #BBA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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