Html Css Color HEX #BA5D24 Christine

📋 copy color: '#BA5D24'

red 186 ◦ green 93 ◦ blue 36

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

Shades of Christine #BA5D24

Tints of Christine #BA5D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.43%

R = 59.05%
G = 29.52%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5D24 (or 0xBA5D24) is known color: Christine. HEX triplet: BA, 5D and 24. RGB value is (186,93,36). Sum of RGB (Red+Green+Blue) = 186+93+36=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D24 is #45A2DB. Grayscale: #727272. Windows color (decimal): -4563676 or 2383290. OLE color: 2383290.

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

Color convert

RGB 186 93 36 -
CMYK 0 0.5 0.81 0.27
HSL 22.8º 0.68% 0.44% -
HSV(B) 22.8º 0.81% 0.73% -
XYZ 24.48 18.4 3.93 -
YUV 114.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 186 93 36 0 0.5 0.81 0.27 22.8 0.68 0.44
Hex BA 5D 24 0 32 51 1B 17 44 2C
Octal 272 135 44 0 62 121 33 27 104 54
Binary 10111010 1011101 100100 0 110010 1010001 11011 10111 1000100 101100

Color Harmonies of #BA5D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D24

Black with #BA5D24

Text Example


Text Example

White with #BA5D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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