Html Css Color HEX #BC6619 Christine

📋 copy color: '#BC6619'

red 188 ◦ green 102 ◦ blue 25

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

Shades of Christine #BC6619

Tints of Christine #BC6619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.38%

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 59.68%
G = 32.38%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC6619 (or 0xBC6619) is known color: Christine. HEX triplet: BC, 66 and 19. RGB value is (188,102,25). Sum of RGB (Red+Green+Blue) = 188+102+25=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6619 is #4399E6. Grayscale: #777777. Windows color (decimal): -4430311 or 1664700. OLE color: 1664700.

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

Color convert

RGB 188 102 25 -
CMYK 0 0.46 0.87 0.26
HSL 28.34º 0.77% 0.42% -
HSV(B) 28.34º 0.87% 0.74% -
XYZ 25.67 20.26 3.48 -
YUV 118.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 188 102 25 0 0.46 0.87 0.26 28.34 0.77 0.42
Hex BC 66 19 0 2E 57 1A 1C 4D 2A
Octal 274 146 31 0 56 127 32 34 115 52
Binary 10111100 1100110 11001 0 101110 1010111 11010 11100 1001101 101010

Color Harmonies of #BC6619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6619

Black with #BC6619

Text Example


Text Example

White with #BC6619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6619; }

 p { color: rgb(188,102,25); }

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

background-color css

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

 a { background-color: rgb(188,102,25); }

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

border-color css

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

 span { border-color: rgb(188,102,25); }

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