Html Css Color HEX #BBA502 Buddha Gold

📋 copy color: '#BBA502'

red 187 ◦ green 165 ◦ blue 2

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

Shades of Buddha Gold #BBA502

Tints of Buddha Gold #BBA502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.61%

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

R = 52.82%
G = 46.61%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBA502 (or 0xBBA502) is known color: Buddha Gold. HEX triplet: BB, A5 and 02. RGB value is (187,165,2). Sum of RGB (Red+Green+Blue) = 187+165+2=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA502 is #445AFD. Grayscale: #999999. Windows color (decimal): -4479742 or 173499. OLE color: 173499.

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

Color convert

RGB 187 165 2 -
CMYK 0 0.12 0.99 0.27
HSL 52.86º 0.98% 0.37% -
HSV(B) 52.86º 0.99% 0.73% -
XYZ 33.96 37.48 5.5 -
YUV 153 42.79 152.25 -
System Red Green Blue C M Y K H S L
Decimal 187 165 2 0 0.12 0.99 0.27 52.86 0.98 0.37
Hex BB A5 2 0 C 63 1B 35 62 25
Octal 273 245 2 0 14 143 33 65 142 45
Binary 10111011 10100101 10 0 1100 1100011 11011 110101 1100010 100101

Color Harmonies of #BBA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA502

Black with #BBA502

Text Example


Text Example

White with #BBA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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