Html Css Color HEX #B25949 Crail

📋 copy color: '#B25949'

red 178 ◦ green 89 ◦ blue 73

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

Shades of Crail #B25949

Tints of Crail #B25949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.18%

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 52.35%
G = 26.18%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B25949 (or 0xB25949) is known color: Crail. HEX triplet: B2, 59 and 49. RGB value is (178,89,73). Sum of RGB (Red+Green+Blue) = 178+89+73=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B25949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25949 is #4DA6B6. Grayscale: #717171. Windows color (decimal): -5088951 or 4807090. OLE color: 4807090.

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

Color convert

RGB 178 89 73 -
CMYK 0 0.5 0.59 0.30
HSL 9.14º 0.42% 0.49% -
HSV(B) 9.14º 0.59% 0.7% -
XYZ 23.14 17.09 8.38 -
YUV 113.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 178 89 73 0 0.5 0.59 0.30 9.14 0.42 0.49
Hex B2 59 49 0 32 3B 1E 9 2A 31
Octal 262 131 111 0 62 73 36 11 52 61
Binary 10110010 1011001 1001001 0 110010 111011 11110 1001 101010 110001

Color Harmonies of #B25949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25949

Black with #B25949

Text Example


Text Example

White with #B25949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25949; }

 p { color: rgb(178,89,73); }

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

background-color css

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

 a { background-color: rgb(178,89,73); }

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

border-color css

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

 span { border-color: rgb(178,89,73); }

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