Html Css Color HEX #B65E1F Christine

📋 copy color: '#B65E1F'

red 182 ◦ green 94 ◦ blue 31

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

Shades of Christine #B65E1F

Tints of Christine #B65E1F

RGB

 RED value IS 182 (71.48% from 255) = 59.28%

 GREEN value IS 94 (37.11% from 255) = 30.62%

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

R = 59.28%
G = 30.62%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B65E1F (or 0xB65E1F) is known color: Christine. HEX triplet: B6, 5E and 1F. RGB value is (182,94,31). Sum of RGB (Red+Green+Blue) = 182+94+31=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65E1F is #49A1E0. Grayscale: #717171. Windows color (decimal): -4825569 or 2055862. OLE color: 2055862.

HSL color Cylindrical-coordinate representation of color #B65E1F: hue angle of 25.03º 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 #B65E1F is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 94 31 -
CMYK 0 0.48 0.83 0.29
HSL 25.03º 0.71% 0.42% -
HSV(B) 25.03º 0.83% 0.71% -
XYZ 23.54 18.05 3.54 -
YUV 113.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 182 94 31 0 0.48 0.83 0.29 25.03 0.71 0.42
Hex B6 5E 1F 0 30 53 1D 19 47 2A
Octal 266 136 37 0 60 123 35 31 107 52
Binary 10110110 1011110 11111 0 110000 1010011 11101 11001 1000111 101010

Color Harmonies of #B65E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65E1F

Black with #B65E1F

Text Example


Text Example

White with #B65E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65E1F; }

 p { color: rgb(182,94,31); }

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

background-color css

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

 a { background-color: rgb(182,94,31); }

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

border-color css

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

 span { border-color: rgb(182,94,31); }

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