Html Css Color HEX #BC6E2B Meteor

📋 copy color: '#BC6E2B'

red 188 ◦ green 110 ◦ blue 43

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

Shades of Meteor #BC6E2B

Tints of Meteor #BC6E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.61%

R = 55.13%
G = 32.26%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC6E2B (or 0xBC6E2B) is known color: Meteor. HEX triplet: BC, 6E and 2B. RGB value is (188,110,43). Sum of RGB (Red+Green+Blue) = 188+110+43=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E2B is #4391D4. Grayscale: #7E7E7E. Windows color (decimal): -4428245 or 2846396. OLE color: 2846396.

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

Color convert

RGB 188 110 43 -
CMYK 0 0.41 0.77 0.26
HSL 27.72º 0.63% 0.45% -
HSV(B) 27.72º 0.77% 0.74% -
XYZ 26.75 22.02 5.13 -
YUV 125.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 188 110 43 0 0.41 0.77 0.26 27.72 0.63 0.45
Hex BC 6E 2B 0 29 4D 1A 1C 3F 2D
Octal 274 156 53 0 51 115 32 34 77 55
Binary 10111100 1101110 101011 0 101001 1001101 11010 11100 111111 101101

Color Harmonies of #BC6E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E2B

Black with #BC6E2B

Text Example


Text Example

White with #BC6E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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