Html Css Color HEX #BD7539 Meteor

📋 copy color: '#BD7539'

red 189 ◦ green 117 ◦ blue 57

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

Shades of Meteor #BD7539

Tints of Meteor #BD7539

RGB

 RED value IS 189 (74.22% from 255) = 52.07%

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

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

R = 52.07%
G = 32.23%
B = 15.7%

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

#BD7539 (or 0xBD7539) is known color: Meteor. HEX triplet: BD, 75 and 39. RGB value is (189,117,57). Sum of RGB (Red+Green+Blue) = 189+117+57=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7539 is #428AC6. Grayscale: #848484. Windows color (decimal): -4360903 or 3765693. OLE color: 3765693.

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

Color convert

RGB 189 117 57 -
CMYK 0 0.38 0.70 0.26
HSL 27.27º 0.54% 0.48% -
HSV(B) 27.27º 0.7% 0.74% -
XYZ 28.09 23.84 6.99 -
YUV 131.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 189 117 57 0 0.38 0.70 0.26 27.27 0.54 0.48
Hex BD 75 39 0 26 46 1A 1B 36 30
Octal 275 165 71 0 46 106 32 33 66 60
Binary 10111101 1110101 111001 0 100110 1000110 11010 11011 110110 110000

Color Harmonies of #BD7539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7539

Black with #BD7539

Text Example


Text Example

White with #BD7539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7539; }

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

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

background-color css

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

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

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

border-color css

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

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

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