Html Css Color HEX #B75D1F Christine

📋 copy color: '#B75D1F'

red 183 ◦ green 93 ◦ blue 31

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

Shades of Christine #B75D1F

Tints of Christine #B75D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.29%

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

R = 59.61%
G = 30.29%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B75D1F (or 0xB75D1F) is known color: Christine. HEX triplet: B7, 5D and 1F. RGB value is (183,93,31). Sum of RGB (Red+Green+Blue) = 183+93+31=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75D1F is #48A2E0. Grayscale: #717171. Windows color (decimal): -4760289 or 2055607. OLE color: 2055607.

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

Color convert

RGB 183 93 31 -
CMYK 0 0.49 0.83 0.28
HSL 24.47º 0.71% 0.42% -
HSV(B) 24.47º 0.83% 0.72% -
XYZ 23.69 17.99 3.52 -
YUV 112.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 183 93 31 0 0.49 0.83 0.28 24.47 0.71 0.42
Hex B7 5D 1F 0 31 53 1C 18 47 2A
Octal 267 135 37 0 61 123 34 30 107 52
Binary 10110111 1011101 11111 0 110001 1010011 11100 11000 1000111 101010

Color Harmonies of #B75D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75D1F

Black with #B75D1F

Text Example


Text Example

White with #B75D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75D1F; }

 p { color: rgb(183,93,31); }

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

background-color css

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

 a { background-color: rgb(183,93,31); }

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

border-color css

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

 span { border-color: rgb(183,93,31); }

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