Html Css Color HEX #BC6E2A Meteor

📋 copy color: '#BC6E2A'

red 188 ◦ green 110 ◦ blue 42

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

Shades of Meteor #BC6E2A

Tints of Meteor #BC6E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.35%

R = 55.29%
G = 32.35%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC6E2A (or 0xBC6E2A) is known color: Meteor. HEX triplet: BC, 6E and 2A. RGB value is (188,110,42). Sum of RGB (Red+Green+Blue) = 188+110+42=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E2A is #4391D5. Grayscale: #7D7D7D. Windows color (decimal): -4428246 or 2780860. OLE color: 2780860.

HSL color Cylindrical-coordinate representation of color #BC6E2A: hue angle of 27.95º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC6E2A is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 110 42 -
CMYK 0 0.41 0.78 0.26
HSL 27.95º 0.63% 0.45% -
HSV(B) 27.95º 0.78% 0.74% -
XYZ 26.73 22.01 5.03 -
YUV 125.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 188 110 42 0 0.41 0.78 0.26 27.95 0.63 0.45
Hex BC 6E 2A 0 29 4E 1A 1C 3F 2D
Octal 274 156 52 0 51 116 32 34 77 55
Binary 10111100 1101110 101010 0 101001 1001110 11010 11100 111111 101101

Color Harmonies of #BC6E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E2A

Black with #BC6E2A

Text Example


Text Example

White with #BC6E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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