Html Css Color HEX #BC6633 Christine

📋 copy color: '#BC6633'

red 188 ◦ green 102 ◦ blue 51

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

Shades of Christine #BC6633

Tints of Christine #BC6633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.96%

R = 55.13%
G = 29.91%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC6633 (or 0xBC6633) is known color: Christine. HEX triplet: BC, 66 and 33. RGB value is (188,102,51). Sum of RGB (Red+Green+Blue) = 188+102+51=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6633 is #4399CC. Grayscale: #7A7A7A. Windows color (decimal): -4430285 or 3368636. OLE color: 3368636.

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

Color convert

RGB 188 102 51 -
CMYK 0 0.46 0.73 0.26
HSL 22.34º 0.57% 0.47% -
HSV(B) 22.34º 0.73% 0.74% -
XYZ 26.09 20.43 5.7 -
YUV 121.9 87.99 175.15 -
System Red Green Blue C M Y K H S L
Decimal 188 102 51 0 0.46 0.73 0.26 22.34 0.57 0.47
Hex BC 66 33 0 2E 49 1A 16 39 2F
Octal 274 146 63 0 56 111 32 26 71 57
Binary 10111100 1100110 110011 0 101110 1001001 11010 10110 111001 101111

Color Harmonies of #BC6633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6633

Black with #BC6633

Text Example


Text Example

White with #BC6633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6633; }

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

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

background-color css

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

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

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

border-color css

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

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

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