Html Css Color HEX #B25741 Crail

📋 copy color: '#B25741'

red 178 ◦ green 87 ◦ blue 65

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

Shades of Crail #B25741

Tints of Crail #B25741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.36%

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

R = 53.94%
G = 26.36%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B25741 (or 0xB25741) is known color: Crail. HEX triplet: B2, 57 and 41. RGB value is (178,87,65). Sum of RGB (Red+Green+Blue) = 178+87+65=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B25741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25741 is #4DA8BE. Grayscale: #6F6F6F. Windows color (decimal): -5089471 or 4282290. OLE color: 4282290.

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

Color convert

RGB 178 87 65 -
CMYK 0 0.51 0.63 0.30
HSL 11.68º 0.47% 0.48% -
HSV(B) 11.68º 0.63% 0.7% -
XYZ 22.72 16.66 7.02 -
YUV 111.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 178 87 65 0 0.51 0.63 0.30 11.68 0.47 0.48
Hex B2 57 41 0 33 3F 1E C 2F 30
Octal 262 127 101 0 63 77 36 14 57 60
Binary 10110010 1010111 1000001 0 110011 111111 11110 1100 101111 110000

Color Harmonies of #B25741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25741

Black with #B25741

Text Example


Text Example

White with #B25741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25741; }

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

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

background-color css

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

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

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

border-color css

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

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

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