Html Css Color HEX #B54341 Chestnut

📋 copy color: '#B54341'

red 181 ◦ green 67 ◦ blue 65

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

Shades of Chestnut #B54341

Tints of Chestnut #B54341

RGB

 RED value IS 181 (71.09% from 255) = 57.83%

 GREEN value IS 67 (26.56% from 255) = 21.41%

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

R = 57.83%
G = 21.41%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B54341 (or 0xB54341) is known color: Chestnut. HEX triplet: B5, 43 and 41. RGB value is (181,67,65). Sum of RGB (Red+Green+Blue) = 181+67+65=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B54341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54341 is #4ABCBE. Grayscale: #646464. Windows color (decimal): -4897983 or 4277173. OLE color: 4277173.

HSL color Cylindrical-coordinate representation of color #B54341: hue angle of 1.03º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54341 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 67 65 -
CMYK 0 0.63 0.64 0.29
HSL 1.03º 0.47% 0.48% -
HSV(B) 1.03º 0.64% 0.71% -
XYZ 22.02 14.22 6.59 -
YUV 100.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 181 67 65 0 0.63 0.64 0.29 1.03 0.47 0.48
Hex B5 43 41 0 3F 40 1D 1 2F 30
Octal 265 103 101 0 77 100 35 1 57 60
Binary 10110101 1000011 1000001 0 111111 1000000 11101 1 101111 110000

Color Harmonies of #B54341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54341

Black with #B54341

Text Example


Text Example

White with #B54341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54341; }

 p { color: rgb(181,67,65); }

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

background-color css

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

 a { background-color: rgb(181,67,65); }

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

border-color css

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

 span { border-color: rgb(181,67,65); }

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