Html Css Color HEX #BB5341 Chestnut

📋 copy color: '#BB5341'

red 187 ◦ green 83 ◦ blue 65

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

Shades of Chestnut #BB5341

Tints of Chestnut #BB5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 55.82%
G = 24.78%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB5341 (or 0xBB5341) is known color: Chestnut. HEX triplet: BB, 53 and 41. RGB value is (187,83,65). Sum of RGB (Red+Green+Blue) = 187+83+65=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5341 is #44ACBE. Grayscale: #707070. Windows color (decimal): -4500671 or 4281275. OLE color: 4281275.

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

Color convert

RGB 187 83 65 -
CMYK 0 0.56 0.65 0.27
HSL 8.85º 0.48% 0.49% -
HSV(B) 8.85º 0.65% 0.73% -
XYZ 24.54 17.13 7.01 -
YUV 112.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 187 83 65 0 0.56 0.65 0.27 8.85 0.48 0.49
Hex BB 53 41 0 38 41 1B 9 30 31
Octal 273 123 101 0 70 101 33 11 60 61
Binary 10111011 1010011 1000001 0 111000 1000001 11011 1001 110000 110001

Color Harmonies of #BB5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5341

Black with #BB5341

Text Example


Text Example

White with #BB5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5341; }

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

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

background-color css

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

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

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

border-color css

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

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

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