Html Css Color HEX #B5641F Christine

📋 copy color: '#B5641F'

red 181 ◦ green 100 ◦ blue 31

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

Shades of Christine #B5641F

Tints of Christine #B5641F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 58.01%
G = 32.05%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5641F (or 0xB5641F) is known color: Christine. HEX triplet: B5, 64 and 1F. RGB value is (181,100,31). Sum of RGB (Red+Green+Blue) = 181+100+31=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5641F is #4A9BE0. Grayscale: #747474. Windows color (decimal): -4889569 or 2057397. OLE color: 2057397.

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

Color convert

RGB 181 100 31 -
CMYK 0 0.45 0.83 0.29
HSL 27.6º 0.71% 0.42% -
HSV(B) 27.6º 0.83% 0.71% -
XYZ 23.86 19.04 3.71 -
YUV 116.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 181 100 31 0 0.45 0.83 0.29 27.6 0.71 0.42
Hex B5 64 1F 0 2D 53 1D 1C 47 2A
Octal 265 144 37 0 55 123 35 34 107 52
Binary 10110101 1100100 11111 0 101101 1010011 11101 11100 1000111 101010

Color Harmonies of #B5641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5641F

Black with #B5641F

Text Example


Text Example

White with #B5641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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