Html Css Color HEX #BB5345 Chestnut

📋 copy color: '#BB5345'

red 187 ◦ green 83 ◦ blue 69

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

Shades of Chestnut #BB5345

Tints of Chestnut #BB5345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 55.16%
G = 24.48%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB5345 (or 0xBB5345) is known color: Chestnut. HEX triplet: BB, 53 and 45. RGB value is (187,83,69). Sum of RGB (Red+Green+Blue) = 187+83+69=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5345 is #44ACBA. Grayscale: #707070. Windows color (decimal): -4500667 or 4543419. OLE color: 4543419.

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

Color convert

RGB 187 83 69 -
CMYK 0 0.56 0.63 0.27
HSL 7.12º 0.46% 0.5% -
HSV(B) 7.12º 0.63% 0.73% -
XYZ 24.66 17.18 7.65 -
YUV 112.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 187 83 69 0 0.56 0.63 0.27 7.12 0.46 0.5
Hex BB 53 45 0 38 3F 1B 7 2E 32
Octal 273 123 105 0 70 77 33 7 56 62
Binary 10111011 1010011 1000101 0 111000 111111 11011 111 101110 110010

Color Harmonies of #BB5345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5345

Black with #BB5345

Text Example


Text Example

White with #BB5345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5345; }

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

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

background-color css

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

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

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

border-color css

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

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

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