Html Css Color HEX #BC602D Christine

📋 copy color: '#BC602D'

red 188 ◦ green 96 ◦ blue 45

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

Shades of Christine #BC602D

Tints of Christine #BC602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 57.14%
G = 29.18%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC602D (or 0xBC602D) is known color: Christine. HEX triplet: BC, 60 and 2D. RGB value is (188,96,45). Sum of RGB (Red+Green+Blue) = 188+96+45=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC602D is #439FD2. Grayscale: #757575. Windows color (decimal): -4431827 or 2973884. OLE color: 2973884.

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

Color convert

RGB 188 96 45 -
CMYK 0 0.49 0.76 0.26
HSL 21.4º 0.61% 0.46% -
HSV(B) 21.4º 0.76% 0.74% -
XYZ 25.4 19.25 4.86 -
YUV 117.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 188 96 45 0 0.49 0.76 0.26 21.4 0.61 0.46
Hex BC 60 2D 0 31 4C 1A 15 3D 2E
Octal 274 140 55 0 61 114 32 25 75 56
Binary 10111100 1100000 101101 0 110001 1001100 11010 10101 111101 101110

Color Harmonies of #BC602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC602D

Black with #BC602D

Text Example


Text Example

White with #BC602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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