Html Css Color HEX #B54D4B Chestnut

📋 copy color: '#B54D4B'

red 181 ◦ green 77 ◦ blue 75

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

Shades of Chestnut #B54D4B

Tints of Chestnut #B54D4B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 54.35%
G = 23.12%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B54D4B (or 0xB54D4B) is known color: Chestnut. HEX triplet: B5, 4D and 4B. RGB value is (181,77,75). Sum of RGB (Red+Green+Blue) = 181+77+75=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D4B is #4AB2B4. Grayscale: #6B6B6B. Windows color (decimal): -4895413 or 4935093. OLE color: 4935093.

HSL color Cylindrical-coordinate representation of color #B54D4B: hue angle of 1.13º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54D4B is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 77 75 -
CMYK 0 0.57 0.59 0.29
HSL 1.13º 0.42% 0.5% -
HSV(B) 1.13º 0.59% 0.71% -
XYZ 22.98 15.64 8.46 -
YUV 107.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 181 77 75 0 0.57 0.59 0.29 1.13 0.42 0.5
Hex B5 4D 4B 0 39 3B 1D 1 2A 32
Octal 265 115 113 0 71 73 35 1 52 62
Binary 10110101 1001101 1001011 0 111001 111011 11101 1 101010 110010

Color Harmonies of #B54D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D4B

Black with #B54D4B

Text Example


Text Example

White with #B54D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D4B; }

 p { color: rgb(181,77,75); }

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

background-color css

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

 a { background-color: rgb(181,77,75); }

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

border-color css

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

 span { border-color: rgb(181,77,75); }

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