Html Css Color HEX #BC6D2E Meteor

📋 copy color: '#BC6D2E'

red 188 ◦ green 109 ◦ blue 46

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

Shades of Meteor #BC6D2E

Tints of Meteor #BC6D2E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

 BLUE value IS 46 (18.36% from 255) = 13.41%

R = 54.81%
G = 31.78%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC6D2E (or 0xBC6D2E) is known color: Meteor. HEX triplet: BC, 6D and 2E. RGB value is (188,109,46). Sum of RGB (Red+Green+Blue) = 188+109+46=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D2E is #4392D1. Grayscale: #7D7D7D. Windows color (decimal): -4428498 or 3042748. OLE color: 3042748.

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

Color convert

RGB 188 109 46 -
CMYK 0 0.42 0.76 0.26
HSL 26.62º 0.61% 0.46% -
HSV(B) 26.62º 0.76% 0.74% -
XYZ 26.7 21.83 5.39 -
YUV 125.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 188 109 46 0 0.42 0.76 0.26 26.62 0.61 0.46
Hex BC 6D 2E 0 2A 4C 1A 1B 3D 2E
Octal 274 155 56 0 52 114 32 33 75 56
Binary 10111100 1101101 101110 0 101010 1001100 11010 11011 111101 101110

Color Harmonies of #BC6D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D2E

Black with #BC6D2E

Text Example


Text Example

White with #BC6D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D2E; }

 p { color: rgb(188,109,46); }

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

background-color css

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

 a { background-color: rgb(188,109,46); }

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

border-color css

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

 span { border-color: rgb(188,109,46); }

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