Html Css Color HEX #BC602C Christine

📋 copy color: '#BC602C'

red 188 ◦ green 96 ◦ blue 44

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

Shades of Christine #BC602C

Tints of Christine #BC602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 57.32%
G = 29.27%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC602C (or 0xBC602C) is known color: Christine. HEX triplet: BC, 60 and 2C. RGB value is (188,96,44). Sum of RGB (Red+Green+Blue) = 188+96+44=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC602C is #439FD3. Grayscale: #757575. Windows color (decimal): -4431828 or 2908348. OLE color: 2908348.

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

Color convert

RGB 188 96 44 -
CMYK 0 0.49 0.77 0.26
HSL 21.67º 0.62% 0.45% -
HSV(B) 21.67º 0.77% 0.74% -
XYZ 25.38 19.24 4.76 -
YUV 117.58 86.48 178.23 -
System Red Green Blue C M Y K H S L
Decimal 188 96 44 0 0.49 0.77 0.26 21.67 0.62 0.45
Hex BC 60 2C 0 31 4D 1A 16 3E 2D
Octal 274 140 54 0 61 115 32 26 76 55
Binary 10111100 1100000 101100 0 110001 1001101 11010 10110 111110 101101

Color Harmonies of #BC602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC602C

Black with #BC602C

Text Example


Text Example

White with #BC602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC602C; }

 p { color: rgb(188,96,44); }

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

background-color css

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

 a { background-color: rgb(188,96,44); }

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

border-color css

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

 span { border-color: rgb(188,96,44); }

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