Html Css Color HEX #BC6320 Christine

📋 copy color: '#BC6320'

red 188 ◦ green 99 ◦ blue 32

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

Shades of Christine #BC6320

Tints of Christine #BC6320

RGB

 RED value IS 188 (73.83% from 255) = 58.93%

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

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 58.93%
G = 31.03%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC6320 (or 0xBC6320) is known color: Christine. HEX triplet: BC, 63 and 20. RGB value is (188,99,32). Sum of RGB (Red+Green+Blue) = 188+99+32=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6320 is #439CDF. Grayscale: #767676. Windows color (decimal): -4431072 or 2122684. OLE color: 2122684.

HSL color Cylindrical-coordinate representation of color #BC6320: hue angle of 25.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC6320 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 32 -
CMYK 0 0.47 0.83 0.26
HSL 25.77º 0.71% 0.43% -
HSV(B) 25.77º 0.83% 0.74% -
XYZ 25.46 19.72 3.83 -
YUV 117.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 188 99 32 0 0.47 0.83 0.26 25.77 0.71 0.43
Hex BC 63 20 0 2F 53 1A 1A 47 2B
Octal 274 143 40 0 57 123 32 32 107 53
Binary 10111100 1100011 100000 0 101111 1010011 11010 11010 1000111 101011

Color Harmonies of #BC6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6320

Black with #BC6320

Text Example


Text Example

White with #BC6320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6320; }

 p { color: rgb(188,99,32); }

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

background-color css

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

 a { background-color: rgb(188,99,32); }

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

border-color css

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

 span { border-color: rgb(188,99,32); }

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