Html Css Color HEX #BC6331 Christine

📋 copy color: '#BC6331'

red 188 ◦ green 99 ◦ blue 49

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

Shades of Christine #BC6331

Tints of Christine #BC6331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 55.95%
G = 29.46%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC6331 (or 0xBC6331) is known color: Christine. HEX triplet: BC, 63 and 31. RGB value is (188,99,49). Sum of RGB (Red+Green+Blue) = 188+99+49=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6331 is #439CCE. Grayscale: #787878. Windows color (decimal): -4431055 or 3236796. OLE color: 3236796.

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

Color convert

RGB 188 99 49 -
CMYK 0 0.47 0.74 0.26
HSL 21.58º 0.59% 0.46% -
HSV(B) 21.58º 0.74% 0.74% -
XYZ 25.76 19.84 5.38 -
YUV 119.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 188 99 49 0 0.47 0.74 0.26 21.58 0.59 0.46
Hex BC 63 31 0 2F 4A 1A 16 3B 2E
Octal 274 143 61 0 57 112 32 26 73 56
Binary 10111100 1100011 110001 0 101111 1001010 11010 10110 111011 101110

Color Harmonies of #BC6331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6331

Black with #BC6331

Text Example


Text Example

White with #BC6331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6331; }

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

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

background-color css

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

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

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

border-color css

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

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

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