Html Css Color HEX #BBA704 Buddha Gold

📋 copy color: '#BBA704'

red 187 ◦ green 167 ◦ blue 4

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

Shades of Buddha Gold #BBA704

Tints of Buddha Gold #BBA704

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.65%

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

R = 52.23%
G = 46.65%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBA704 (or 0xBBA704) is known color: Buddha Gold. HEX triplet: BB, A7 and 04. RGB value is (187,167,4). Sum of RGB (Red+Green+Blue) = 187+167+4=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA704 is #4458FB. Grayscale: #9B9B9B. Windows color (decimal): -4479228 or 305083. OLE color: 305083.

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

Color convert

RGB 187 167 4 -
CMYK 0 0.11 0.98 0.27
HSL 53.44º 0.96% 0.37% -
HSV(B) 53.44º 0.98% 0.73% -
XYZ 34.33 38.21 5.68 -
YUV 154.4 43.13 151.25 -
System Red Green Blue C M Y K H S L
Decimal 187 167 4 0 0.11 0.98 0.27 53.44 0.96 0.37
Hex BB A7 4 0 B 62 1B 35 60 25
Octal 273 247 4 0 13 142 33 65 140 45
Binary 10111011 10100111 100 0 1011 1100010 11011 110101 1100000 100101

Color Harmonies of #BBA704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA704

Black with #BBA704

Text Example


Text Example

White with #BBA704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA704; }

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

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

background-color css

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

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

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

border-color css

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

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

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