Html Css Color HEX #B25541 Crail

📋 copy color: '#B25541'

red 178 ◦ green 85 ◦ blue 65

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

Shades of Crail #B25541

Tints of Crail #B25541

RGB

 RED value IS 178 (69.92% from 255) = 54.27%

 GREEN value IS 85 (33.59% from 255) = 25.91%

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

R = 54.27%
G = 25.91%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B25541 (or 0xB25541) is known color: Crail. HEX triplet: B2, 55 and 41. RGB value is (178,85,65). Sum of RGB (Red+Green+Blue) = 178+85+65=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B25541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25541 is #4DAABE. Grayscale: #6E6E6E. Windows color (decimal): -5089983 or 4281778. OLE color: 4281778.

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

Color convert

RGB 178 85 65 -
CMYK 0 0.52 0.63 0.30
HSL 10.62º 0.47% 0.48% -
HSV(B) 10.62º 0.63% 0.7% -
XYZ 22.56 16.34 6.97 -
YUV 110.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 178 85 65 0 0.52 0.63 0.30 10.62 0.47 0.48
Hex B2 55 41 0 34 3F 1E B 2F 30
Octal 262 125 101 0 64 77 36 13 57 60
Binary 10110010 1010101 1000001 0 110100 111111 11110 1011 101111 110000

Color Harmonies of #B25541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25541

Black with #B25541

Text Example


Text Example

White with #B25541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25541; }

 p { color: rgb(178,85,65); }

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

background-color css

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

 a { background-color: rgb(178,85,65); }

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

border-color css

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

 span { border-color: rgb(178,85,65); }

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