Html Css Color HEX #BBA404 Buddha Gold

📋 copy color: '#BBA404'

red 187 ◦ green 164 ◦ blue 4

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

Shades of Buddha Gold #BBA404

Tints of Buddha Gold #BBA404

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.2%

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

R = 52.68%
G = 46.2%
B = 1.13%

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

#BBA404 (or 0xBBA404) is known color: Buddha Gold. HEX triplet: BB, A4 and 04. RGB value is (187,164,4). Sum of RGB (Red+Green+Blue) = 187+164+4=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA404 is #445BFB. Grayscale: #999999. Windows color (decimal): -4479996 or 304315. OLE color: 304315.

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

Color convert

RGB 187 164 4 -
CMYK 0 0.12 0.98 0.27
HSL 52.46º 0.96% 0.37% -
HSV(B) 52.46º 0.98% 0.73% -
XYZ 33.79 37.12 5.5 -
YUV 152.64 44.12 152.51 -
System Red Green Blue C M Y K H S L
Decimal 187 164 4 0 0.12 0.98 0.27 52.46 0.96 0.37
Hex BB A4 4 0 C 62 1B 34 60 25
Octal 273 244 4 0 14 142 33 64 140 45
Binary 10111011 10100100 100 0 1100 1100010 11011 110100 1100000 100101

Color Harmonies of #BBA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA404

Black with #BBA404

Text Example


Text Example

White with #BBA404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA404; }

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

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

background-color css

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

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

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

border-color css

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

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

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