Html Css Color HEX #BC6A39 Christine

📋 copy color: '#BC6A39'

red 188 ◦ green 106 ◦ blue 57

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

Shades of Christine #BC6A39

Tints of Christine #BC6A39

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

 BLUE value IS 57 (22.66% from 255) = 16.24%

R = 53.56%
G = 30.2%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC6A39 (or 0xBC6A39) is known color: Christine. HEX triplet: BC, 6A and 39. RGB value is (188,106,57). Sum of RGB (Red+Green+Blue) = 188+106+57=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A39 is #4395C6. Grayscale: #7D7D7D. Windows color (decimal): -4429255 or 3762876. OLE color: 3762876.

HSL color Cylindrical-coordinate representation of color #BC6A39: hue angle of 22.44º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC6A39 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 106 57 -
CMYK 0 0.44 0.70 0.26
HSL 22.44º 0.53% 0.48% -
HSV(B) 22.44º 0.7% 0.74% -
XYZ 26.63 21.29 6.58 -
YUV 124.93 89.67 172.98 -
System Red Green Blue C M Y K H S L
Decimal 188 106 57 0 0.44 0.70 0.26 22.44 0.53 0.48
Hex BC 6A 39 0 2C 46 1A 16 35 30
Octal 274 152 71 0 54 106 32 26 65 60
Binary 10111100 1101010 111001 0 101100 1000110 11010 10110 110101 110000

Color Harmonies of #BC6A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A39

Black with #BC6A39

Text Example


Text Example

White with #BC6A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A39; }

 p { color: rgb(188,106,57); }

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

background-color css

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

 a { background-color: rgb(188,106,57); }

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

border-color css

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

 span { border-color: rgb(188,106,57); }

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