Html Css Color HEX #BB453D Chestnut

📋 copy color: '#BB453D'

red 187 ◦ green 69 ◦ blue 61

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

Shades of Chestnut #BB453D

Tints of Chestnut #BB453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 58.99%
G = 21.77%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB453D (or 0xBB453D) is known color: Chestnut. HEX triplet: BB, 45 and 3D. RGB value is (187,69,61). Sum of RGB (Red+Green+Blue) = 187+69+61=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB453D is #44BAC2. Grayscale: #676767. Windows color (decimal): -4504259 or 4015547. OLE color: 4015547.

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

Color convert

RGB 187 69 61 -
CMYK 0 0.63 0.67 0.27
HSL 3.81º 0.51% 0.49% -
HSV(B) 3.81º 0.67% 0.73% -
XYZ 23.46 15.16 6.1 -
YUV 103.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 187 69 61 0 0.63 0.67 0.27 3.81 0.51 0.49
Hex BB 45 3D 0 3F 43 1B 4 33 31
Octal 273 105 75 0 77 103 33 4 63 61
Binary 10111011 1000101 111101 0 111111 1000011 11011 100 110011 110001

Color Harmonies of #BB453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB453D

Black with #BB453D

Text Example


Text Example

White with #BB453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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