Html Css Color HEX #BBA041 Brass

📋 copy color: '#BBA041'

red 187 ◦ green 160 ◦ blue 65

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

Shades of Brass #BBA041

Tints of Brass #BBA041

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.83%

 BLUE value IS 65 (25.78% from 255) = 15.78%

R = 45.39%
G = 38.83%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBA041 (or 0xBBA041) is known color: Brass. HEX triplet: BB, A0 and 41. RGB value is (187,160,65). Sum of RGB (Red+Green+Blue) = 187+160+65=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA041 is #445FBE. Grayscale: #9D9D9D. Windows color (decimal): -4480959 or 4300987. OLE color: 4300987.

HSL color Cylindrical-coordinate representation of color #BBA041: hue angle of 46.72º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBA041 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 65 -
CMYK 0 0.14 0.65 0.27
HSL 46.72º 0.48% 0.49% -
HSV(B) 46.72º 0.65% 0.73% -
XYZ 34.02 36.09 10.17 -
YUV 157.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 187 160 65 0 0.14 0.65 0.27 46.72 0.48 0.49
Hex BB A0 41 0 E 41 1B 2F 30 31
Octal 273 240 101 0 16 101 33 57 60 61
Binary 10111011 10100000 1000001 0 1110 1000001 11011 101111 110000 110001

Color Harmonies of #BBA041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA041

Black with #BBA041

Text Example


Text Example

White with #BBA041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA041; }

 p { color: rgb(187,160,65); }

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

background-color css

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

 a { background-color: rgb(187,160,65); }

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

border-color css

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

 span { border-color: rgb(187,160,65); }

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