Html Css Color HEX #BC6621 Christine

📋 copy color: '#BC6621'

red 188 ◦ green 102 ◦ blue 33

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

Shades of Christine #BC6621

Tints of Christine #BC6621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.22%

R = 58.2%
G = 31.58%
B = 10.22%

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

#BC6621 (or 0xBC6621) is known color: Christine. HEX triplet: BC, 66 and 21. RGB value is (188,102,33). Sum of RGB (Red+Green+Blue) = 188+102+33=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6621 is #4399DE. Grayscale: #787878. Windows color (decimal): -4430303 or 2188988. OLE color: 2188988.

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

Color convert

RGB 188 102 33 -
CMYK 0 0.46 0.82 0.26
HSL 26.71º 0.7% 0.43% -
HSV(B) 26.71º 0.82% 0.74% -
XYZ 25.76 20.3 4 -
YUV 119.85 78.99 176.61 -
System Red Green Blue C M Y K H S L
Decimal 188 102 33 0 0.46 0.82 0.26 26.71 0.7 0.43
Hex BC 66 21 0 2E 52 1A 1B 46 2B
Octal 274 146 41 0 56 122 32 33 106 53
Binary 10111100 1100110 100001 0 101110 1010010 11010 11011 1000110 101011

Color Harmonies of #BC6621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6621

Black with #BC6621

Text Example


Text Example

White with #BC6621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6621; }

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

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

background-color css

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

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

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

border-color css

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

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

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