Html Css Color HEX #BBA504 Buddha Gold

📋 copy color: '#BBA504'

red 187 ◦ green 165 ◦ blue 4

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

Shades of Buddha Gold #BBA504

Tints of Buddha Gold #BBA504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 52.53%
G = 46.35%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBA504 (or 0xBBA504) is known color: Buddha Gold. HEX triplet: BB, A5 and 04. RGB value is (187,165,4). Sum of RGB (Red+Green+Blue) = 187+165+4=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA504 is #445AFB. Grayscale: #999999. Windows color (decimal): -4479740 or 304571. OLE color: 304571.

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

Color convert

RGB 187 165 4 -
CMYK 0 0.12 0.98 0.27
HSL 52.79º 0.96% 0.37% -
HSV(B) 52.79º 0.98% 0.73% -
XYZ 33.97 37.48 5.56 -
YUV 153.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 187 165 4 0 0.12 0.98 0.27 52.79 0.96 0.37
Hex BB A5 4 0 C 62 1B 35 60 25
Octal 273 245 4 0 14 142 33 65 140 45
Binary 10111011 10100101 100 0 1100 1100010 11011 110101 1100000 100101

Color Harmonies of #BBA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA504

Black with #BBA504

Text Example


Text Example

White with #BBA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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