Html Css Color HEX #BD7838 Meteor

📋 copy color: '#BD7838'

red 189 ◦ green 120 ◦ blue 56

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

Shades of Meteor #BD7838

Tints of Meteor #BD7838

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

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

R = 51.78%
G = 32.88%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD7838 (or 0xBD7838) is known color: Meteor. HEX triplet: BD, 78 and 38. RGB value is (189,120,56). Sum of RGB (Red+Green+Blue) = 189+120+56=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7838 is #4287C7. Grayscale: #858585. Windows color (decimal): -4360136 or 3700925. OLE color: 3700925.

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

Color convert

RGB 189 120 56 -
CMYK 0 0.37 0.70 0.26
HSL 28.87º 0.54% 0.48% -
HSV(B) 28.87º 0.7% 0.74% -
XYZ 28.42 24.54 6.98 -
YUV 133.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 189 120 56 0 0.37 0.70 0.26 28.87 0.54 0.48
Hex BD 78 38 0 25 46 1A 1D 36 30
Octal 275 170 70 0 45 106 32 35 66 60
Binary 10111101 1111000 111000 0 100101 1000110 11010 11101 110110 110000

Color Harmonies of #BD7838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7838

Black with #BD7838

Text Example


Text Example

White with #BD7838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7838; }

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

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

background-color css

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

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

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

border-color css

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

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

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