Html Css Color HEX #BA5D25 Christine

📋 copy color: '#BA5D25'

red 186 ◦ green 93 ◦ blue 37

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

Shades of Christine #BA5D25

Tints of Christine #BA5D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 58.86%
G = 29.43%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA5D25 (or 0xBA5D25) is known color: Christine. HEX triplet: BA, 5D and 25. RGB value is (186,93,37). Sum of RGB (Red+Green+Blue) = 186+93+37=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D25 is #45A2DA. Grayscale: #727272. Windows color (decimal): -4563675 or 2448826. OLE color: 2448826.

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

Color convert

RGB 186 93 37 -
CMYK 0 0.5 0.80 0.27
HSL 22.55º 0.67% 0.44% -
HSV(B) 22.55º 0.8% 0.73% -
XYZ 24.5 18.4 4.01 -
YUV 114.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 186 93 37 0 0.5 0.80 0.27 22.55 0.67 0.44
Hex BA 5D 25 0 32 50 1B 17 43 2C
Octal 272 135 45 0 62 120 33 27 103 54
Binary 10111010 1011101 100101 0 110010 1010000 11011 10111 1000011 101100

Color Harmonies of #BA5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D25

Black with #BA5D25

Text Example


Text Example

White with #BA5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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