Html Css Color HEX #BBA242 Brass

📋 copy color: '#BBA242'

red 187 ◦ green 162 ◦ blue 66

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

Shades of Brass #BBA242

Tints of Brass #BBA242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

 BLUE value IS 66 (26.17% from 255) = 15.9%

R = 45.06%
G = 39.04%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBA242 (or 0xBBA242) is known color: Brass. HEX triplet: BB, A2 and 42. RGB value is (187,162,66). Sum of RGB (Red+Green+Blue) = 187+162+66=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA242 is #445DBD. Grayscale: #9E9E9E. Windows color (decimal): -4480446 or 4367035. OLE color: 4367035.

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

Color convert

RGB 187 162 66 -
CMYK 0 0.13 0.65 0.27
HSL 47.6º 0.48% 0.5% -
HSV(B) 47.6º 0.65% 0.73% -
XYZ 34.4 36.8 10.44 -
YUV 158.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 187 162 66 0 0.13 0.65 0.27 47.6 0.48 0.5
Hex BB A2 42 0 D 41 1B 30 30 32
Octal 273 242 102 0 15 101 33 60 60 62
Binary 10111011 10100010 1000010 0 1101 1000001 11011 110000 110000 110010

Color Harmonies of #BBA242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA242

Black with #BBA242

Text Example


Text Example

White with #BBA242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA242; }

 p { color: rgb(187,162,66); }

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

background-color css

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

 a { background-color: rgb(187,162,66); }

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

border-color css

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

 span { border-color: rgb(187,162,66); }

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