Html Css Color HEX #BC611B Christine

📋 copy color: '#BC611B'

red 188 ◦ green 97 ◦ blue 27

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

Shades of Christine #BC611B

Tints of Christine #BC611B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 60.26%
G = 31.09%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC611B (or 0xBC611B) is known color: Christine. HEX triplet: BC, 61 and 1B. RGB value is (188,97,27). Sum of RGB (Red+Green+Blue) = 188+97+27=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC611B is #439EE4. Grayscale: #747474. Windows color (decimal): -4431589 or 1794492. OLE color: 1794492.

HSL color Cylindrical-coordinate representation of color #BC611B: hue angle of 26.09º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC611B is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 97 27 -
CMYK 0 0.48 0.86 0.26
HSL 26.09º 0.75% 0.42% -
HSV(B) 26.09º 0.86% 0.74% -
XYZ 25.21 19.32 3.44 -
YUV 116.23 77.65 179.19 -
System Red Green Blue C M Y K H S L
Decimal 188 97 27 0 0.48 0.86 0.26 26.09 0.75 0.42
Hex BC 61 1B 0 30 56 1A 1A 4B 2A
Octal 274 141 33 0 60 126 32 32 113 52
Binary 10111100 1100001 11011 0 110000 1010110 11010 11010 1001011 101010

Color Harmonies of #BC611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC611B

Black with #BC611B

Text Example


Text Example

White with #BC611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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