Html Css Color HEX #BC6520 Christine

📋 copy color: '#BC6520'

red 188 ◦ green 101 ◦ blue 32

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

Shades of Christine #BC6520

Tints of Christine #BC6520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

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

R = 58.57%
G = 31.46%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC6520 (or 0xBC6520) is known color: Christine. HEX triplet: BC, 65 and 20. RGB value is (188,101,32). Sum of RGB (Red+Green+Blue) = 188+101+32=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6520 is #439ADF. Grayscale: #777777. Windows color (decimal): -4430560 or 2123196. OLE color: 2123196.

HSL color Cylindrical-coordinate representation of color #BC6520: hue angle of 26.54º 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 #BC6520 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 32 -
CMYK 0 0.46 0.83 0.26
HSL 26.54º 0.71% 0.43% -
HSV(B) 26.54º 0.83% 0.74% -
XYZ 25.65 20.1 3.89 -
YUV 119.15 78.82 177.11 -
System Red Green Blue C M Y K H S L
Decimal 188 101 32 0 0.46 0.83 0.26 26.54 0.71 0.43
Hex BC 65 20 0 2E 53 1A 1B 47 2B
Octal 274 145 40 0 56 123 32 33 107 53
Binary 10111100 1100101 100000 0 101110 1010011 11010 11011 1000111 101011

Color Harmonies of #BC6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6520

Black with #BC6520

Text Example


Text Example

White with #BC6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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