Html Css Color HEX #BC6228 Christine

📋 copy color: '#BC6228'

red 188 ◦ green 98 ◦ blue 40

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

Shades of Christine #BC6228

Tints of Christine #BC6228

RGB

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

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

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

R = 57.67%
G = 30.06%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC6228 (or 0xBC6228) is known color: Christine. HEX triplet: BC, 62 and 28. RGB value is (188,98,40). Sum of RGB (Red+Green+Blue) = 188+98+40=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6228 is #439DD7. Grayscale: #767676. Windows color (decimal): -4431320 or 2646716. OLE color: 2646716.

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

Color convert

RGB 188 98 40 -
CMYK 0 0.48 0.79 0.26
HSL 23.51º 0.65% 0.45% -
HSV(B) 23.51º 0.79% 0.74% -
XYZ 25.49 19.58 4.44 -
YUV 118.3 83.82 177.72 -
System Red Green Blue C M Y K H S L
Decimal 188 98 40 0 0.48 0.79 0.26 23.51 0.65 0.45
Hex BC 62 28 0 30 4F 1A 18 41 2D
Octal 274 142 50 0 60 117 32 30 101 55
Binary 10111100 1100010 101000 0 110000 1001111 11010 11000 1000001 101101

Color Harmonies of #BC6228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6228

Black with #BC6228

Text Example


Text Example

White with #BC6228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6228; }

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

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

background-color css

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

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

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

border-color css

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

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

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