Html Css Color HEX #BC6319 Christine

📋 copy color: '#BC6319'

red 188 ◦ green 99 ◦ blue 25

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

Shades of Christine #BC6319

Tints of Christine #BC6319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

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

R = 60.26%
G = 31.73%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC6319 (or 0xBC6319) is known color: Christine. HEX triplet: BC, 63 and 19. RGB value is (188,99,25). Sum of RGB (Red+Green+Blue) = 188+99+25=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6319 is #439CE6. Grayscale: #757575. Windows color (decimal): -4431079 or 1663932. OLE color: 1663932.

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

Color convert

RGB 188 99 25 -
CMYK 0 0.47 0.87 0.26
HSL 27.24º 0.77% 0.42% -
HSV(B) 27.24º 0.87% 0.74% -
XYZ 25.38 19.69 3.38 -
YUV 117.18 75.99 178.52 -
System Red Green Blue C M Y K H S L
Decimal 188 99 25 0 0.47 0.87 0.26 27.24 0.77 0.42
Hex BC 63 19 0 2F 57 1A 1B 4D 2A
Octal 274 143 31 0 57 127 32 33 115 52
Binary 10111100 1100011 11001 0 101111 1010111 11010 11011 1001101 101010

Color Harmonies of #BC6319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6319

Black with #BC6319

Text Example


Text Example

White with #BC6319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6319; }

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

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

background-color css

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

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

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

border-color css

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

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

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