Html Css Color HEX #B75D14 Christine

📋 copy color: '#B75D14'

red 183 ◦ green 93 ◦ blue 20

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

Shades of Christine #B75D14

Tints of Christine #B75D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 61.82%
G = 31.42%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B75D14 (or 0xB75D14) is known color: Christine. HEX triplet: B7, 5D and 14. RGB value is (183,93,20). Sum of RGB (Red+Green+Blue) = 183+93+20=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75D14 is #48A2EB. Grayscale: #6F6F6F. Windows color (decimal): -4760300 or 1334711. OLE color: 1334711.

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

Color convert

RGB 183 93 20 -
CMYK 0 0.49 0.89 0.28
HSL 26.87º 0.8% 0.4% -
HSV(B) 26.87º 0.89% 0.72% -
XYZ 23.57 17.95 2.88 -
YUV 111.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 183 93 20 0 0.49 0.89 0.28 26.87 0.8 0.4
Hex B7 5D 14 0 31 59 1C 1B 50 28
Octal 267 135 24 0 61 131 34 33 120 50
Binary 10110111 1011101 10100 0 110001 1011001 11100 11011 1010000 101000

Color Harmonies of #B75D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75D14

Black with #B75D14

Text Example


Text Example

White with #B75D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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