Html Css Color HEX #BC6223 Christine

📋 copy color: '#BC6223'

red 188 ◦ green 98 ◦ blue 35

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

Shades of Christine #BC6223

Tints of Christine #BC6223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 35 (14.06% from 255) = 10.9%

R = 58.57%
G = 30.53%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC6223 (or 0xBC6223) is known color: Christine. HEX triplet: BC, 62 and 23. RGB value is (188,98,35). Sum of RGB (Red+Green+Blue) = 188+98+35=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6223 is #439DDC. Grayscale: #767676. Windows color (decimal): -4431325 or 2319036. OLE color: 2319036.

HSL color Cylindrical-coordinate representation of color #BC6223: hue angle of 24.71º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC6223 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 98 35 -
CMYK 0 0.48 0.81 0.26
HSL 24.71º 0.69% 0.44% -
HSV(B) 24.71º 0.81% 0.74% -
XYZ 25.41 19.55 4.02 -
YUV 117.73 81.32 178.12 -
System Red Green Blue C M Y K H S L
Decimal 188 98 35 0 0.48 0.81 0.26 24.71 0.69 0.44
Hex BC 62 23 0 30 51 1A 19 45 2C
Octal 274 142 43 0 60 121 32 31 105 54
Binary 10111100 1100010 100011 0 110000 1010001 11010 11001 1000101 101100

Color Harmonies of #BC6223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6223

Black with #BC6223

Text Example


Text Example

White with #BC6223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6223; }

 p { color: rgb(188,98,35); }

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

background-color css

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

 a { background-color: rgb(188,98,35); }

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

border-color css

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

 span { border-color: rgb(188,98,35); }

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