Html Css Color HEX #BC6F29 Meteor

📋 copy color: '#BC6F29'

red 188 ◦ green 111 ◦ blue 41

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

Shades of Meteor #BC6F29

Tints of Meteor #BC6F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.65%

 BLUE value IS 41 (16.41% from 255) = 12.06%

R = 55.29%
G = 32.65%
B = 12.06%

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

#BC6F29 (or 0xBC6F29) is known color: Meteor. HEX triplet: BC, 6F and 29. RGB value is (188,111,41). Sum of RGB (Red+Green+Blue) = 188+111+41=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F29 is #4390D6. Grayscale: #7E7E7E. Windows color (decimal): -4427991 or 2715580. OLE color: 2715580.

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

Color convert

RGB 188 111 41 -
CMYK 0 0.41 0.78 0.26
HSL 28.57º 0.64% 0.45% -
HSV(B) 28.57º 0.78% 0.74% -
XYZ 26.82 22.22 4.97 -
YUV 126.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 188 111 41 0 0.41 0.78 0.26 28.57 0.64 0.45
Hex BC 6F 29 0 29 4E 1A 1D 40 2D
Octal 274 157 51 0 51 116 32 35 100 55
Binary 10111100 1101111 101001 0 101001 1001110 11010 11101 1000000 101101

Color Harmonies of #BC6F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F29

Black with #BC6F29

Text Example


Text Example

White with #BC6F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F29; }

 p { color: rgb(188,111,41); }

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

background-color css

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

 a { background-color: rgb(188,111,41); }

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

border-color css

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

 span { border-color: rgb(188,111,41); }

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