Html Css Color HEX #BA6328 Christine

📋 copy color: '#BA6328'

red 186 ◦ green 99 ◦ blue 40

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

Shades of Christine #BA6328

Tints of Christine #BA6328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 57.23%
G = 30.46%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA6328 (or 0xBA6328) is known color: Christine. HEX triplet: BA, 63 and 28. RGB value is (186,99,40). Sum of RGB (Red+Green+Blue) = 186+99+40=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6328 is #459CD7. Grayscale: #767676. Windows color (decimal): -4562136 or 2646970. OLE color: 2646970.

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

Color convert

RGB 186 99 40 -
CMYK 0 0.47 0.78 0.27
HSL 24.25º 0.65% 0.44% -
HSV(B) 24.25º 0.78% 0.73% -
XYZ 25.09 19.52 4.45 -
YUV 118.29 83.82 176.3 -
System Red Green Blue C M Y K H S L
Decimal 186 99 40 0 0.47 0.78 0.27 24.25 0.65 0.44
Hex BA 63 28 0 2F 4E 1B 18 41 2C
Octal 272 143 50 0 57 116 33 30 101 54
Binary 10111010 1100011 101000 0 101111 1001110 11011 11000 1000001 101100

Color Harmonies of #BA6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6328

Black with #BA6328

Text Example


Text Example

White with #BA6328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6328; }

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

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

background-color css

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

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

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

border-color css

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

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

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