Html Css Color HEX #B25845 Crail

📋 copy color: '#B25845'

red 178 ◦ green 88 ◦ blue 69

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

Shades of Crail #B25845

Tints of Crail #B25845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.27%

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 53.13%
G = 26.27%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B25845 (or 0xB25845) is known color: Crail. HEX triplet: B2, 58 and 45. RGB value is (178,88,69). Sum of RGB (Red+Green+Blue) = 178+88+69=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B25845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25845 is #4DA7BA. Grayscale: #707070. Windows color (decimal): -5089211 or 4544690. OLE color: 4544690.

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

Color convert

RGB 178 88 69 -
CMYK 0 0.51 0.61 0.30
HSL 10.46º 0.44% 0.48% -
HSV(B) 10.46º 0.61% 0.7% -
XYZ 22.92 16.87 7.68 -
YUV 112.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 178 88 69 0 0.51 0.61 0.30 10.46 0.44 0.48
Hex B2 58 45 0 33 3D 1E A 2C 30
Octal 262 130 105 0 63 75 36 12 54 60
Binary 10110010 1011000 1000101 0 110011 111101 11110 1010 101100 110000

Color Harmonies of #B25845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25845

Black with #B25845

Text Example


Text Example

White with #B25845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25845; }

 p { color: rgb(178,88,69); }

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

background-color css

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

 a { background-color: rgb(178,88,69); }

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

border-color css

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

 span { border-color: rgb(178,88,69); }

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