Html Css Color HEX #BC5C1E Christine

📋 copy color: '#BC5C1E'

red 188 ◦ green 92 ◦ blue 30

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

Shades of Christine #BC5C1E

Tints of Christine #BC5C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 60.65%
G = 29.68%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC5C1E (or 0xBC5C1E) is known color: Christine. HEX triplet: BC, 5C and 1E. RGB value is (188,92,30). Sum of RGB (Red+Green+Blue) = 188+92+30=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C1E is #43A3E1. Grayscale: #717171. Windows color (decimal): -4432866 or 1989820. OLE color: 1989820.

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

Color convert

RGB 188 92 30 -
CMYK 0 0.51 0.84 0.26
HSL 23.54º 0.72% 0.43% -
HSV(B) 23.54º 0.84% 0.74% -
XYZ 24.8 18.44 3.48 -
YUV 113.64 80.8 181.04 -
System Red Green Blue C M Y K H S L
Decimal 188 92 30 0 0.51 0.84 0.26 23.54 0.72 0.43
Hex BC 5C 1E 0 33 54 1A 18 48 2B
Octal 274 134 36 0 63 124 32 30 110 53
Binary 10111100 1011100 11110 0 110011 1010100 11010 11000 1001000 101011

Color Harmonies of #BC5C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C1E

Black with #BC5C1E

Text Example


Text Example

White with #BC5C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C1E; }

 p { color: rgb(188,92,30); }

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

background-color css

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

 a { background-color: rgb(188,92,30); }

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

border-color css

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

 span { border-color: rgb(188,92,30); }

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