Html Css Color HEX #BC6224 Christine

📋 copy color: '#BC6224'

red 188 ◦ green 98 ◦ blue 36

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

Shades of Christine #BC6224

Tints of Christine #BC6224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.18%

R = 58.39%
G = 30.43%
B = 11.18%

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

#BC6224 (or 0xBC6224) is known color: Christine. HEX triplet: BC, 62 and 24. RGB value is (188,98,36). Sum of RGB (Red+Green+Blue) = 188+98+36=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6224 is #439DDB. Grayscale: #767676. Windows color (decimal): -4431324 or 2384572. OLE color: 2384572.

HSL color Cylindrical-coordinate representation of color #BC6224: hue angle of 24.47º degrees, saturation: 0.68, 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 #BC6224 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 98 36 -
CMYK 0 0.48 0.81 0.26
HSL 24.47º 0.68% 0.44% -
HSV(B) 24.47º 0.81% 0.74% -
XYZ 25.43 19.55 4.1 -
YUV 117.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 188 98 36 0 0.48 0.81 0.26 24.47 0.68 0.44
Hex BC 62 24 0 30 51 1A 18 44 2C
Octal 274 142 44 0 60 121 32 30 104 54
Binary 10111100 1100010 100100 0 110000 1010001 11010 11000 1000100 101100

Color Harmonies of #BC6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6224

Black with #BC6224

Text Example


Text Example

White with #BC6224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6224; }

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

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

background-color css

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

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

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

border-color css

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

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

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