Html Css Color HEX #BC6623 Christine

📋 copy color: '#BC6623'

red 188 ◦ green 102 ◦ blue 35

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

Shades of Christine #BC6623

Tints of Christine #BC6623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.77%

R = 57.85%
G = 31.38%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC6623 (or 0xBC6623) is known color: Christine. HEX triplet: BC, 66 and 23. RGB value is (188,102,35). Sum of RGB (Red+Green+Blue) = 188+102+35=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6623 is #4399DC. Grayscale: #787878. Windows color (decimal): -4430301 or 2320060. OLE color: 2320060.

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

Color convert

RGB 188 102 35 -
CMYK 0 0.46 0.81 0.26
HSL 26.27º 0.69% 0.44% -
HSV(B) 26.27º 0.81% 0.74% -
XYZ 25.79 20.32 4.15 -
YUV 120.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 188 102 35 0 0.46 0.81 0.26 26.27 0.69 0.44
Hex BC 66 23 0 2E 51 1A 1A 45 2C
Octal 274 146 43 0 56 121 32 32 105 54
Binary 10111100 1100110 100011 0 101110 1010001 11010 11010 1000101 101100

Color Harmonies of #BC6623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6623

Black with #BC6623

Text Example


Text Example

White with #BC6623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6623; }

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

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

background-color css

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

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

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

border-color css

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

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

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