Html Css Color HEX #BC742D Meteor

📋 copy color: '#BC742D'

red 188 ◦ green 116 ◦ blue 45

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

Shades of Meteor #BC742D

Tints of Meteor #BC742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 53.87%
G = 33.24%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC742D (or 0xBC742D) is known color: Meteor. HEX triplet: BC, 74 and 2D. RGB value is (188,116,45). Sum of RGB (Red+Green+Blue) = 188+116+45=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC742D is #438BD2. Grayscale: #818181. Windows color (decimal): -4426707 or 2979004. OLE color: 2979004.

HSL color Cylindrical-coordinate representation of color #BC742D: hue angle of 29.79º 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 #BC742D is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 116 45 -
CMYK 0 0.38 0.76 0.26
HSL 29.79º 0.61% 0.46% -
HSV(B) 29.79º 0.76% 0.74% -
XYZ 27.46 23.37 5.55 -
YUV 129.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 188 116 45 0 0.38 0.76 0.26 29.79 0.61 0.46
Hex BC 74 2D 0 26 4C 1A 1E 3D 2E
Octal 274 164 55 0 46 114 32 36 75 56
Binary 10111100 1110100 101101 0 100110 1001100 11010 11110 111101 101110

Color Harmonies of #BC742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC742D

Black with #BC742D

Text Example


Text Example

White with #BC742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC742D; }

 p { color: rgb(188,116,45); }

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

background-color css

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

 a { background-color: rgb(188,116,45); }

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

border-color css

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

 span { border-color: rgb(188,116,45); }

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