Html Css Color HEX #BC611F Christine

📋 copy color: '#BC611F'

red 188 ◦ green 97 ◦ blue 31

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

Shades of Christine #BC611F

Tints of Christine #BC611F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

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

R = 59.49%
G = 30.7%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC611F (or 0xBC611F) is known color: Christine. HEX triplet: BC, 61 and 1F. RGB value is (188,97,31). Sum of RGB (Red+Green+Blue) = 188+97+31=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC611F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC611F is #439EE0. Grayscale: #757575. Windows color (decimal): -4431585 or 2056636. OLE color: 2056636.

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

Color convert

RGB 188 97 31 -
CMYK 0 0.48 0.84 0.26
HSL 25.22º 0.72% 0.43% -
HSV(B) 25.22º 0.84% 0.74% -
XYZ 25.26 19.34 3.7 -
YUV 116.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 188 97 31 0 0.48 0.84 0.26 25.22 0.72 0.43
Hex BC 61 1F 0 30 54 1A 19 48 2B
Octal 274 141 37 0 60 124 32 31 110 53
Binary 10111100 1100001 11111 0 110000 1010100 11010 11001 1001000 101011

Color Harmonies of #BC611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC611F

Black with #BC611F

Text Example


Text Example

White with #BC611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC611F; }

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

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

background-color css

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

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

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

border-color css

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

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

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