Html Css Color HEX #BC632E Christine

📋 copy color: '#BC632E'

red 188 ◦ green 99 ◦ blue 46

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

Shades of Christine #BC632E

Tints of Christine #BC632E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

 BLUE value IS 46 (18.36% from 255) = 13.81%

R = 56.46%
G = 29.73%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC632E (or 0xBC632E) is known color: Christine. HEX triplet: BC, 63 and 2E. RGB value is (188,99,46). Sum of RGB (Red+Green+Blue) = 188+99+46=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC632E is #439CD1. Grayscale: #777777. Windows color (decimal): -4431058 or 3040188. OLE color: 3040188.

HSL color Cylindrical-coordinate representation of color #BC632E: hue angle of 22.39º 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 #BC632E is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 46 -
CMYK 0 0.47 0.76 0.26
HSL 22.39º 0.61% 0.46% -
HSV(B) 22.39º 0.76% 0.74% -
XYZ 25.69 19.81 5.05 -
YUV 119.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 188 99 46 0 0.47 0.76 0.26 22.39 0.61 0.46
Hex BC 63 2E 0 2F 4C 1A 16 3D 2E
Octal 274 143 56 0 57 114 32 26 75 56
Binary 10111100 1100011 101110 0 101111 1001100 11010 10110 111101 101110

Color Harmonies of #BC632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC632E

Black with #BC632E

Text Example


Text Example

White with #BC632E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC632E; }

 p { color: rgb(188,99,46); }

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

background-color css

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

 a { background-color: rgb(188,99,46); }

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

border-color css

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

 span { border-color: rgb(188,99,46); }

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