Html Css Color HEX #BC6634 Christine

📋 copy color: '#BC6634'

red 188 ◦ green 102 ◦ blue 52

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

Shades of Christine #BC6634

Tints of Christine #BC6634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.2%

R = 54.97%
G = 29.82%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC6634 (or 0xBC6634) is known color: Christine. HEX triplet: BC, 66 and 34. RGB value is (188,102,52). Sum of RGB (Red+Green+Blue) = 188+102+52=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6634 is #4399CB. Grayscale: #7A7A7A. Windows color (decimal): -4430284 or 3434172. OLE color: 3434172.

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

Color convert

RGB 188 102 52 -
CMYK 0 0.46 0.72 0.26
HSL 22.06º 0.57% 0.47% -
HSV(B) 22.06º 0.72% 0.74% -
XYZ 26.11 20.44 5.82 -
YUV 122.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 188 102 52 0 0.46 0.72 0.26 22.06 0.57 0.47
Hex BC 66 34 0 2E 48 1A 16 39 2F
Octal 274 146 64 0 56 110 32 26 71 57
Binary 10111100 1100110 110100 0 101110 1001000 11010 10110 111001 101111

Color Harmonies of #BC6634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6634

Black with #BC6634

Text Example


Text Example

White with #BC6634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6634; }

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

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

background-color css

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

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

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

border-color css

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

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

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