Html Css Color HEX #BA5E25 Christine

📋 copy color: '#BA5E25'

red 186 ◦ green 94 ◦ blue 37

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

Shades of Christine #BA5E25

Tints of Christine #BA5E25

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

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

R = 58.68%
G = 29.65%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA5E25 (or 0xBA5E25) is known color: Christine. HEX triplet: BA, 5E and 25. RGB value is (186,94,37). Sum of RGB (Red+Green+Blue) = 186+94+37=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E25 is #45A1DA. Grayscale: #737373. Windows color (decimal): -4563419 or 2449082. OLE color: 2449082.

HSL color Cylindrical-coordinate representation of color #BA5E25: hue angle of 22.95º 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 #BA5E25 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 37 -
CMYK 0 0.49 0.80 0.27
HSL 22.95º 0.67% 0.44% -
HSV(B) 22.95º 0.8% 0.73% -
XYZ 24.59 18.58 4.04 -
YUV 115.01 83.98 178.63 -
System Red Green Blue C M Y K H S L
Decimal 186 94 37 0 0.49 0.80 0.27 22.95 0.67 0.44
Hex BA 5E 25 0 31 50 1B 17 43 2C
Octal 272 136 45 0 61 120 33 27 103 54
Binary 10111010 1011110 100101 0 110001 1010000 11011 10111 1000011 101100

Color Harmonies of #BA5E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E25

Black with #BA5E25

Text Example


Text Example

White with #BA5E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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