Html Css Color HEX #B25641 Crail

📋 copy color: '#B25641'

red 178 ◦ green 86 ◦ blue 65

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

Shades of Crail #B25641

Tints of Crail #B25641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.14%

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

R = 54.1%
G = 26.14%
B = 19.76%

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

#B25641 (or 0xB25641) is known color: Crail. HEX triplet: B2, 56 and 41. RGB value is (178,86,65). Sum of RGB (Red+Green+Blue) = 178+86+65=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B25641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25641 is #4DA9BE. Grayscale: #6F6F6F. Windows color (decimal): -5089727 or 4282034. OLE color: 4282034.

HSL color Cylindrical-coordinate representation of color #B25641: hue angle of 11.15º 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 #B25641 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 65 -
CMYK 0 0.52 0.63 0.30
HSL 11.15º 0.47% 0.48% -
HSV(B) 11.15º 0.63% 0.7% -
XYZ 22.64 16.5 6.99 -
YUV 111.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 178 86 65 0 0.52 0.63 0.30 11.15 0.47 0.48
Hex B2 56 41 0 34 3F 1E B 2F 30
Octal 262 126 101 0 64 77 36 13 57 60
Binary 10110010 1010110 1000001 0 110100 111111 11110 1011 101111 110000

Color Harmonies of #B25641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25641

Black with #B25641

Text Example


Text Example

White with #B25641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25641; }

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

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

background-color css

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

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

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

border-color css

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

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

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