Html Css Color HEX #BBB239 Brass

📋 copy color: '#BBB239'

red 187 ◦ green 178 ◦ blue 57

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

Shades of Brass #BBB239

Tints of Brass #BBB239

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.18%

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

R = 44.31%
G = 42.18%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBB239 (or 0xBBB239) is known color: Brass. HEX triplet: BB, B2 and 39. RGB value is (187,178,57). Sum of RGB (Red+Green+Blue) = 187+178+57=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB239 is #444DC6. Grayscale: #A7A7A7. Windows color (decimal): -4476359 or 3781307. OLE color: 3781307.

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

Color convert

RGB 187 178 57 -
CMYK 0 0.05 0.70 0.27
HSL 55.85º 0.53% 0.48% -
HSV(B) 55.85º 0.7% 0.73% -
XYZ 37.15 42.7 10.15 -
YUV 166.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 187 178 57 0 0.05 0.70 0.27 55.85 0.53 0.48
Hex BB B2 39 0 5 46 1B 38 35 30
Octal 273 262 71 0 5 106 33 70 65 60
Binary 10111011 10110010 111001 0 101 1000110 11011 111000 110101 110000

Color Harmonies of #BBB239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB239

Black with #BBB239

Text Example


Text Example

White with #BBB239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB239; }

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

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

background-color css

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

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

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

border-color css

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

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

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