Html Css Color HEX #BC6622 Christine

📋 copy color: '#BC6622'

red 188 ◦ green 102 ◦ blue 34

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

Shades of Christine #BC6622

Tints of Christine #BC6622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.49%

R = 58.02%
G = 31.48%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC6622 (or 0xBC6622) is known color: Christine. HEX triplet: BC, 66 and 22. RGB value is (188,102,34). Sum of RGB (Red+Green+Blue) = 188+102+34=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6622 is #4399DD. Grayscale: #787878. Windows color (decimal): -4430302 or 2254524. OLE color: 2254524.

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

Color convert

RGB 188 102 34 -
CMYK 0 0.46 0.82 0.26
HSL 26.49º 0.69% 0.44% -
HSV(B) 26.49º 0.82% 0.74% -
XYZ 25.78 20.31 4.07 -
YUV 119.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 188 102 34 0 0.46 0.82 0.26 26.49 0.69 0.44
Hex BC 66 22 0 2E 52 1A 1A 45 2C
Octal 274 146 42 0 56 122 32 32 105 54
Binary 10111100 1100110 100010 0 101110 1010010 11010 11010 1000101 101100

Color Harmonies of #BC6622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6622

Black with #BC6622

Text Example


Text Example

White with #BC6622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6622; }

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

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

background-color css

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

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

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

border-color css

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

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

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