Html Css Color HEX #BC7539 Meteor

📋 copy color: '#BC7539'

red 188 ◦ green 117 ◦ blue 57

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

Shades of Meteor #BC7539

Tints of Meteor #BC7539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.75%

R = 51.93%
G = 32.32%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC7539 (or 0xBC7539) is known color: Meteor. HEX triplet: BC, 75 and 39. RGB value is (188,117,57). Sum of RGB (Red+Green+Blue) = 188+117+57=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7539 is #438AC6. Grayscale: #838383. Windows color (decimal): -4426439 or 3765692. OLE color: 3765692.

HSL color Cylindrical-coordinate representation of color #BC7539: hue angle of 27.48º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC7539 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 57 -
CMYK 0 0.38 0.70 0.26
HSL 27.48º 0.53% 0.48% -
HSV(B) 27.48º 0.7% 0.74% -
XYZ 27.84 23.71 6.98 -
YUV 131.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 188 117 57 0 0.38 0.70 0.26 27.48 0.53 0.48
Hex BC 75 39 0 26 46 1A 1B 35 30
Octal 274 165 71 0 46 106 32 33 65 60
Binary 10111100 1110101 111001 0 100110 1000110 11010 11011 110101 110000

Color Harmonies of #BC7539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7539

Black with #BC7539

Text Example


Text Example

White with #BC7539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7539; }

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

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

background-color css

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

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

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

border-color css

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

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

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