Html Css Color HEX #BC7535 Meteor

📋 copy color: '#BC7535'

red 188 ◦ green 117 ◦ blue 53

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

Shades of Meteor #BC7535

Tints of Meteor #BC7535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.8%

R = 52.51%
G = 32.68%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC7535 (or 0xBC7535) is known color: Meteor. HEX triplet: BC, 75 and 35. RGB value is (188,117,53). Sum of RGB (Red+Green+Blue) = 188+117+53=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7535 is #438ACA. Grayscale: #838383. Windows color (decimal): -4426443 or 3503548. OLE color: 3503548.

HSL color Cylindrical-coordinate representation of color #BC7535: hue angle of 28.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC7535 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 53 -
CMYK 0 0.38 0.72 0.26
HSL 28.44º 0.56% 0.47% -
HSV(B) 28.44º 0.72% 0.74% -
XYZ 27.74 23.67 6.47 -
YUV 130.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 188 117 53 0 0.38 0.72 0.26 28.44 0.56 0.47
Hex BC 75 35 0 26 48 1A 1C 38 2F
Octal 274 165 65 0 46 110 32 34 70 57
Binary 10111100 1110101 110101 0 100110 1001000 11010 11100 111000 101111

Color Harmonies of #BC7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7535

Black with #BC7535

Text Example


Text Example

White with #BC7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7535; }

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

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

background-color css

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

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

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

border-color css

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

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

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