Html Css Color HEX #BC641F Christine

📋 copy color: '#BC641F'

red 188 ◦ green 100 ◦ blue 31

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

Shades of Christine #BC641F

Tints of Christine #BC641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 58.93%
G = 31.35%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC641F (or 0xBC641F) is known color: Christine. HEX triplet: BC, 64 and 1F. RGB value is (188,100,31). Sum of RGB (Red+Green+Blue) = 188+100+31=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC641F is #439BE0. Grayscale: #767676. Windows color (decimal): -4430817 or 2057404. OLE color: 2057404.

HSL color Cylindrical-coordinate representation of color #BC641F: hue angle of 26.37º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC641F is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 100 31 -
CMYK 0 0.47 0.84 0.26
HSL 26.37º 0.72% 0.43% -
HSV(B) 26.37º 0.84% 0.74% -
XYZ 25.54 19.9 3.79 -
YUV 118.45 78.65 177.61 -
System Red Green Blue C M Y K H S L
Decimal 188 100 31 0 0.47 0.84 0.26 26.37 0.72 0.43
Hex BC 64 1F 0 2F 54 1A 1A 48 2B
Octal 274 144 37 0 57 124 32 32 110 53
Binary 10111100 1100100 11111 0 101111 1010100 11010 11010 1001000 101011

Color Harmonies of #BC641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC641F

Black with #BC641F

Text Example


Text Example

White with #BC641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC641F; }

 p { color: rgb(188,100,31); }

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

background-color css

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

 a { background-color: rgb(188,100,31); }

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

border-color css

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

 span { border-color: rgb(188,100,31); }

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