Html Css Color HEX #BD7639 Meteor

📋 copy color: '#BD7639'

red 189 ◦ green 118 ◦ blue 57

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

Shades of Meteor #BD7639

Tints of Meteor #BD7639

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

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

R = 51.92%
G = 32.42%
B = 15.66%

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

#BD7639 (or 0xBD7639) is known color: Meteor. HEX triplet: BD, 76 and 39. RGB value is (189,118,57). Sum of RGB (Red+Green+Blue) = 189+118+57=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7639 is #4289C6. Grayscale: #848484. Windows color (decimal): -4360647 or 3765949. OLE color: 3765949.

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

Color convert

RGB 189 118 57 -
CMYK 0 0.38 0.70 0.26
HSL 27.73º 0.54% 0.48% -
HSV(B) 27.73º 0.7% 0.74% -
XYZ 28.2 24.07 7.03 -
YUV 132.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 189 118 57 0 0.38 0.70 0.26 27.73 0.54 0.48
Hex BD 76 39 0 26 46 1A 1C 36 30
Octal 275 166 71 0 46 106 32 34 66 60
Binary 10111101 1110110 111001 0 100110 1000110 11010 11100 110110 110000

Color Harmonies of #BD7639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7639

Black with #BD7639

Text Example


Text Example

White with #BD7639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7639; }

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

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

background-color css

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

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

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

border-color css

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

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

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