Html Css Color HEX #BC5E1E Christine

📋 copy color: '#BC5E1E'

red 188 ◦ green 94 ◦ blue 30

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

Shades of Christine #BC5E1E

Tints of Christine #BC5E1E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

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

R = 60.26%
G = 30.13%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC5E1E (or 0xBC5E1E) is known color: Christine. HEX triplet: BC, 5E and 1E. RGB value is (188,94,30). Sum of RGB (Red+Green+Blue) = 188+94+30=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E1E is #43A1E1. Grayscale: #737373. Windows color (decimal): -4432354 or 1990332. OLE color: 1990332.

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

Color convert

RGB 188 94 30 -
CMYK 0 0.50 0.84 0.26
HSL 24.3º 0.72% 0.43% -
HSV(B) 24.3º 0.84% 0.74% -
XYZ 24.98 18.79 3.54 -
YUV 114.81 80.14 180.2 -
System Red Green Blue C M Y K H S L
Decimal 188 94 30 0 0.50 0.84 0.26 24.3 0.72 0.43
Hex BC 5E 1E 0 32 54 1A 18 48 2B
Octal 274 136 36 0 62 124 32 30 110 53
Binary 10111100 1011110 11110 0 110010 1010100 11010 11000 1001000 101011

Color Harmonies of #BC5E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E1E

Black with #BC5E1E

Text Example


Text Example

White with #BC5E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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