Html Css Color HEX #B75E13 Christine

📋 copy color: '#B75E13'

red 183 ◦ green 94 ◦ blue 19

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

Shades of Christine #B75E13

Tints of Christine #B75E13

RGB

 RED value IS 183 (71.88% from 255) = 61.82%

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 61.82%
G = 31.76%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B75E13 (or 0xB75E13) is known color: Christine. HEX triplet: B7, 5E and 13. RGB value is (183,94,19). Sum of RGB (Red+Green+Blue) = 183+94+19=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75E13 is #48A1EC. Grayscale: #707070. Windows color (decimal): -4760045 or 1269431. OLE color: 1269431.

HSL color Cylindrical-coordinate representation of color #B75E13: hue angle of 27.44º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B75E13 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 94 19 -
CMYK 0 0.49 0.90 0.28
HSL 27.44º 0.81% 0.4% -
HSV(B) 27.44º 0.9% 0.72% -
XYZ 23.65 18.12 2.87 -
YUV 112.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 183 94 19 0 0.49 0.90 0.28 27.44 0.81 0.4
Hex B7 5E 13 0 31 5A 1C 1B 51 28
Octal 267 136 23 0 61 132 34 33 121 50
Binary 10110111 1011110 10011 0 110001 1011010 11100 11011 1010001 101000

Color Harmonies of #B75E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E13

Black with #B75E13

Text Example


Text Example

White with #B75E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E13; }

 p { color: rgb(183,94,19); }

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

background-color css

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

 a { background-color: rgb(183,94,19); }

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

border-color css

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

 span { border-color: rgb(183,94,19); }

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