Html Css Color HEX #B5641D Christine

📋 copy color: '#B5641D'

red 181 ◦ green 100 ◦ blue 29

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

Shades of Christine #B5641D

Tints of Christine #B5641D

RGB

 RED value IS 181 (71.09% from 255) = 58.39%

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 29 (11.72% from 255) = 9.35%

R = 58.39%
G = 32.26%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5641D (or 0xB5641D) is known color: Christine. HEX triplet: B5, 64 and 1D. RGB value is (181,100,29). Sum of RGB (Red+Green+Blue) = 181+100+29=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5641D is #4A9BE2. Grayscale: #747474. Windows color (decimal): -4889571 or 1926325. OLE color: 1926325.

HSL color Cylindrical-coordinate representation of color #B5641D: hue angle of 28.03º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5641D is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 100 29 -
CMYK 0 0.45 0.84 0.29
HSL 28.03º 0.72% 0.41% -
HSV(B) 28.03º 0.84% 0.71% -
XYZ 23.84 19.03 3.58 -
YUV 116.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 181 100 29 0 0.45 0.84 0.29 28.03 0.72 0.41
Hex B5 64 1D 0 2D 54 1D 1C 48 29
Octal 265 144 35 0 55 124 35 34 110 51
Binary 10110101 1100100 11101 0 101101 1010100 11101 11100 1001000 101001

Color Harmonies of #B5641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5641D

Black with #B5641D

Text Example


Text Example

White with #B5641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5641D; }

 p { color: rgb(181,100,29); }

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

background-color css

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

 a { background-color: rgb(181,100,29); }

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

border-color css

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

 span { border-color: rgb(181,100,29); }

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