Html Css Color HEX #BD7638 Meteor

📋 copy color: '#BD7638'

red 189 ◦ green 118 ◦ blue 56

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

Shades of Meteor #BD7638

Tints of Meteor #BD7638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.43%

R = 52.07%
G = 32.51%
B = 15.43%

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

#BD7638 (or 0xBD7638) is known color: Meteor. HEX triplet: BD, 76 and 38. RGB value is (189,118,56). Sum of RGB (Red+Green+Blue) = 189+118+56=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7638 is #4289C7. Grayscale: #848484. Windows color (decimal): -4360648 or 3700413. OLE color: 3700413.

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

Color convert

RGB 189 118 56 -
CMYK 0 0.38 0.70 0.26
HSL 27.97º 0.54% 0.48% -
HSV(B) 27.97º 0.7% 0.74% -
XYZ 28.18 24.06 6.9 -
YUV 132.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 189 118 56 0 0.38 0.70 0.26 27.97 0.54 0.48
Hex BD 76 38 0 26 46 1A 1C 36 30
Octal 275 166 70 0 46 106 32 34 66 60
Binary 10111101 1110110 111000 0 100110 1000110 11010 11100 110110 110000

Color Harmonies of #BD7638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7638

Black with #BD7638

Text Example


Text Example

White with #BD7638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7638; }

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

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

background-color css

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

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

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

border-color css

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

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

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