Html Css Color HEX #BBA315 Buddha Gold

📋 copy color: '#BBA315'

red 187 ◦ green 163 ◦ blue 21

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

Shades of Buddha Gold #BBA315

Tints of Buddha Gold #BBA315

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 50.4%
G = 43.94%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBA315 (or 0xBBA315) is known color: Buddha Gold. HEX triplet: BB, A3 and 15. RGB value is (187,163,21). Sum of RGB (Red+Green+Blue) = 187+163+21=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA315 is #445CEA. Grayscale: #9A9A9A. Windows color (decimal): -4480235 or 1418171. OLE color: 1418171.

HSL color Cylindrical-coordinate representation of color #BBA315: hue angle of 51.33º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBA315 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 21 -
CMYK 0 0.13 0.89 0.27
HSL 51.33º 0.8% 0.41% -
HSV(B) 51.33º 0.89% 0.73% -
XYZ 33.73 36.81 6.04 -
YUV 153.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 187 163 21 0 0.13 0.89 0.27 51.33 0.8 0.41
Hex BB A3 15 0 D 59 1B 33 50 29
Octal 273 243 25 0 15 131 33 63 120 51
Binary 10111011 10100011 10101 0 1101 1011001 11011 110011 1010000 101001

Color Harmonies of #BBA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA315

Black with #BBA315

Text Example


Text Example

White with #BBA315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA315; }

 p { color: rgb(187,163,21); }

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

background-color css

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

 a { background-color: rgb(187,163,21); }

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

border-color css

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

 span { border-color: rgb(187,163,21); }

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