Html Css Color HEX #BA5D1E Christine

📋 copy color: '#BA5D1E'

red 186 ◦ green 93 ◦ blue 30

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

Shades of Christine #BA5D1E

Tints of Christine #BA5D1E

RGB

 RED value IS 186 (73.05% from 255) = 60.19%

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

 BLUE value IS 30 (12.11% from 255) = 9.71%

R = 60.19%
G = 30.1%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA5D1E (or 0xBA5D1E) is known color: Christine. HEX triplet: BA, 5D and 1E. RGB value is (186,93,30). Sum of RGB (Red+Green+Blue) = 186+93+30=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D1E is #45A2E1. Grayscale: #717171. Windows color (decimal): -4563682 or 1990074. OLE color: 1990074.

HSL color Cylindrical-coordinate representation of color #BA5D1E: hue angle of 24.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA5D1E is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 93 30 -
CMYK 0 0.5 0.84 0.27
HSL 24.23º 0.72% 0.42% -
HSV(B) 24.23º 0.84% 0.73% -
XYZ 24.4 18.36 3.49 -
YUV 113.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 186 93 30 0 0.5 0.84 0.27 24.23 0.72 0.42
Hex BA 5D 1E 0 32 54 1B 18 48 2A
Octal 272 135 36 0 62 124 33 30 110 52
Binary 10111010 1011101 11110 0 110010 1010100 11011 11000 1001000 101010

Color Harmonies of #BA5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D1E

Black with #BA5D1E

Text Example


Text Example

White with #BA5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D1E; }

 p { color: rgb(186,93,30); }

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

background-color css

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

 a { background-color: rgb(186,93,30); }

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

border-color css

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

 span { border-color: rgb(186,93,30); }

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