Html Css Color HEX #BA6326 Christine

📋 copy color: '#BA6326'

red 186 ◦ green 99 ◦ blue 38

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

Shades of Christine #BA6326

Tints of Christine #BA6326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

 BLUE value IS 38 (15.23% from 255) = 11.76%

R = 57.59%
G = 30.65%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA6326 (or 0xBA6326) is known color: Christine. HEX triplet: BA, 63 and 26. RGB value is (186,99,38). Sum of RGB (Red+Green+Blue) = 186+99+38=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6326 is #459CD9. Grayscale: #767676. Windows color (decimal): -4562138 or 2515898. OLE color: 2515898.

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

Color convert

RGB 186 99 38 -
CMYK 0 0.47 0.80 0.27
HSL 24.73º 0.66% 0.44% -
HSV(B) 24.73º 0.8% 0.73% -
XYZ 25.06 19.5 4.28 -
YUV 118.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 186 99 38 0 0.47 0.80 0.27 24.73 0.66 0.44
Hex BA 63 26 0 2F 50 1B 19 42 2C
Octal 272 143 46 0 57 120 33 31 102 54
Binary 10111010 1100011 100110 0 101111 1010000 11011 11001 1000010 101100

Color Harmonies of #BA6326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6326

Black with #BA6326

Text Example


Text Example

White with #BA6326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6326; }

 p { color: rgb(186,99,38); }

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

background-color css

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

 a { background-color: rgb(186,99,38); }

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

border-color css

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

 span { border-color: rgb(186,99,38); }

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