Html Css Color HEX #BC6632 Christine

📋 copy color: '#BC6632'

red 188 ◦ green 102 ◦ blue 50

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

Shades of Christine #BC6632

Tints of Christine #BC6632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.71%

R = 55.29%
G = 30%
B = 14.71%

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

#BC6632 (or 0xBC6632) is known color: Christine. HEX triplet: BC, 66 and 32. RGB value is (188,102,50). Sum of RGB (Red+Green+Blue) = 188+102+50=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6632 is #4399CD. Grayscale: #7A7A7A. Windows color (decimal): -4430286 or 3303100. OLE color: 3303100.

HSL color Cylindrical-coordinate representation of color #BC6632: hue angle of 22.61º degrees, saturation: 0.58, 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 #BC6632 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 102 50 -
CMYK 0 0.46 0.73 0.26
HSL 22.61º 0.58% 0.47% -
HSV(B) 22.61º 0.73% 0.74% -
XYZ 26.07 20.42 5.59 -
YUV 121.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 188 102 50 0 0.46 0.73 0.26 22.61 0.58 0.47
Hex BC 66 32 0 2E 49 1A 17 3A 2F
Octal 274 146 62 0 56 111 32 27 72 57
Binary 10111100 1100110 110010 0 101110 1001001 11010 10111 111010 101111

Color Harmonies of #BC6632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6632

Black with #BC6632

Text Example


Text Example

White with #BC6632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6632; }

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

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

background-color css

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

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

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

border-color css

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

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

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