Html Css Color HEX #BBA702 Buddha Gold

📋 copy color: '#BBA702'

red 187 ◦ green 167 ◦ blue 2

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

Shades of Buddha Gold #BBA702

Tints of Buddha Gold #BBA702

RGB

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

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

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

R = 52.53%
G = 46.91%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBA702 (or 0xBBA702) is known color: Buddha Gold. HEX triplet: BB, A7 and 02. RGB value is (187,167,2). Sum of RGB (Red+Green+Blue) = 187+167+2=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA702 is #4458FD. Grayscale: #9A9A9A. Windows color (decimal): -4479230 or 174011. OLE color: 174011.

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

Color convert

RGB 187 167 2 -
CMYK 0 0.11 0.99 0.27
HSL 53.51º 0.98% 0.37% -
HSV(B) 53.51º 0.99% 0.73% -
XYZ 34.32 38.21 5.62 -
YUV 154.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 187 167 2 0 0.11 0.99 0.27 53.51 0.98 0.37
Hex BB A7 2 0 B 63 1B 36 62 25
Octal 273 247 2 0 13 143 33 66 142 45
Binary 10111011 10100111 10 0 1011 1100011 11011 110110 1100010 100101

Color Harmonies of #BBA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA702

Black with #BBA702

Text Example


Text Example

White with #BBA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA702; }

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

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

background-color css

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

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

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

border-color css

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

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

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