Html Css Color HEX #BC7131 Meteor

📋 copy color: '#BC7131'

red 188 ◦ green 113 ◦ blue 49

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

Shades of Meteor #BC7131

Tints of Meteor #BC7131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

 BLUE value IS 49 (19.53% from 255) = 14%

R = 53.71%
G = 32.29%
B = 14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC7131 (or 0xBC7131) is known color: Meteor. HEX triplet: BC, 71 and 31. RGB value is (188,113,49). Sum of RGB (Red+Green+Blue) = 188+113+49=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7131 is #438ECE. Grayscale: #808080. Windows color (decimal): -4427471 or 3240380. OLE color: 3240380.

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

Color convert

RGB 188 113 49 -
CMYK 0 0.40 0.74 0.26
HSL 27.63º 0.59% 0.46% -
HSV(B) 27.63º 0.74% 0.74% -
XYZ 27.2 22.72 5.86 -
YUV 128.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 188 113 49 0 0.40 0.74 0.26 27.63 0.59 0.46
Hex BC 71 31 0 28 4A 1A 1C 3B 2E
Octal 274 161 61 0 50 112 32 34 73 56
Binary 10111100 1110001 110001 0 101000 1001010 11010 11100 111011 101110

Color Harmonies of #BC7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7131

Black with #BC7131

Text Example


Text Example

White with #BC7131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7131; }

 p { color: rgb(188,113,49); }

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

background-color css

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

 a { background-color: rgb(188,113,49); }

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

border-color css

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

 span { border-color: rgb(188,113,49); }

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