Html Css Color HEX #BC6E34 Meteor

📋 copy color: '#BC6E34'

red 188 ◦ green 110 ◦ blue 52

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

Shades of Meteor #BC6E34

Tints of Meteor #BC6E34

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

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

R = 53.71%
G = 31.43%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC6E34 (or 0xBC6E34) is known color: Meteor. HEX triplet: BC, 6E and 34. RGB value is (188,110,52). Sum of RGB (Red+Green+Blue) = 188+110+52=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E34 is #4391CB. Grayscale: #7F7F7F. Windows color (decimal): -4428236 or 3436220. OLE color: 3436220.

HSL color Cylindrical-coordinate representation of color #BC6E34: hue angle of 25.59º 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 #BC6E34 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 110 52 -
CMYK 0 0.41 0.72 0.26
HSL 25.59º 0.57% 0.47% -
HSV(B) 25.59º 0.72% 0.74% -
XYZ 26.93 22.09 6.09 -
YUV 126.71 85.84 171.72 -
System Red Green Blue C M Y K H S L
Decimal 188 110 52 0 0.41 0.72 0.26 25.59 0.57 0.47
Hex BC 6E 34 0 29 48 1A 1A 39 2F
Octal 274 156 64 0 51 110 32 32 71 57
Binary 10111100 1101110 110100 0 101001 1001000 11010 11010 111001 101111

Color Harmonies of #BC6E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E34

Black with #BC6E34

Text Example


Text Example

White with #BC6E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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