Html Css Color HEX #BBA239 Brass

📋 copy color: '#BBA239'

red 187 ◦ green 162 ◦ blue 57

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

Shades of Brass #BBA239

Tints of Brass #BBA239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.04%

R = 46.06%
G = 39.9%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBA239 (or 0xBBA239) is known color: Brass. HEX triplet: BB, A2 and 39. RGB value is (187,162,57). Sum of RGB (Red+Green+Blue) = 187+162+57=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA239 is #445DC6. Grayscale: #9D9D9D. Windows color (decimal): -4480455 or 3777211. OLE color: 3777211.

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

Color convert

RGB 187 162 57 -
CMYK 0 0.13 0.70 0.27
HSL 48.46º 0.53% 0.48% -
HSV(B) 48.46º 0.7% 0.73% -
XYZ 34.15 36.7 9.15 -
YUV 157.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 187 162 57 0 0.13 0.70 0.27 48.46 0.53 0.48
Hex BB A2 39 0 D 46 1B 30 35 30
Octal 273 242 71 0 15 106 33 60 65 60
Binary 10111011 10100010 111001 0 1101 1000110 11011 110000 110101 110000

Color Harmonies of #BBA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA239

Black with #BBA239

Text Example


Text Example

White with #BBA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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