Html Css Color HEX #BBA241 Brass

📋 copy color: '#BBA241'

red 187 ◦ green 162 ◦ blue 65

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

Shades of Brass #BBA241

Tints of Brass #BBA241

RGB

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

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

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

R = 45.17%
G = 39.13%
B = 15.7%

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

#BBA241 (or 0xBBA241) is known color: Brass. HEX triplet: BB, A2 and 41. RGB value is (187,162,65). Sum of RGB (Red+Green+Blue) = 187+162+65=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA241 is #445DBE. Grayscale: #9E9E9E. Windows color (decimal): -4480447 or 4301499. OLE color: 4301499.

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

Color convert

RGB 187 162 65 -
CMYK 0 0.13 0.65 0.27
HSL 47.7º 0.48% 0.49% -
HSV(B) 47.7º 0.65% 0.73% -
XYZ 34.37 36.79 10.29 -
YUV 158.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 187 162 65 0 0.13 0.65 0.27 47.7 0.48 0.49
Hex BB A2 41 0 D 41 1B 30 30 31
Octal 273 242 101 0 15 101 33 60 60 61
Binary 10111011 10100010 1000001 0 1101 1000001 11011 110000 110000 110001

Color Harmonies of #BBA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA241

Black with #BBA241

Text Example


Text Example

White with #BBA241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA241; }

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

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

background-color css

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

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

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

border-color css

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

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

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