Html Css Color HEX #BC752E Meteor

📋 copy color: '#BC752E'

red 188 ◦ green 117 ◦ blue 46

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

Shades of Meteor #BC752E

Tints of Meteor #BC752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 53.56%
G = 33.33%
B = 13.11%

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

#BC752E (or 0xBC752E) is known color: Meteor. HEX triplet: BC, 75 and 2E. RGB value is (188,117,46). Sum of RGB (Red+Green+Blue) = 188+117+46=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC752E is #438AD1. Grayscale: #828282. Windows color (decimal): -4426450 or 3044796. OLE color: 3044796.

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

Color convert

RGB 188 117 46 -
CMYK 0 0.38 0.76 0.26
HSL 30º 0.61% 0.46% -
HSV(B) 30º 0.76% 0.74% -
XYZ 27.59 23.61 5.69 -
YUV 130.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 188 117 46 0 0.38 0.76 0.26 30 0.61 0.46
Hex BC 75 2E 0 26 4C 1A 1E 3D 2E
Octal 274 165 56 0 46 114 32 36 75 56
Binary 10111100 1110101 101110 0 100110 1001100 11010 11110 111101 101110

Color Harmonies of #BC752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC752E

Black with #BC752E

Text Example


Text Example

White with #BC752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC752E; }

 p { color: rgb(188,117,46); }

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

background-color css

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

 a { background-color: rgb(188,117,46); }

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

border-color css

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

 span { border-color: rgb(188,117,46); }

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