Html Css Color HEX #BD7138 Meteor

📋 copy color: '#BD7138'

red 189 ◦ green 113 ◦ blue 56

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

Shades of Meteor #BD7138

Tints of Meteor #BD7138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.56%

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

R = 52.79%
G = 31.56%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD7138 (or 0xBD7138) is known color: Meteor. HEX triplet: BD, 71 and 38. RGB value is (189,113,56). Sum of RGB (Red+Green+Blue) = 189+113+56=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7138 is #428EC7. Grayscale: #818181. Windows color (decimal): -4361928 or 3699133. OLE color: 3699133.

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

Color convert

RGB 189 113 56 -
CMYK 0 0.40 0.70 0.26
HSL 25.71º 0.54% 0.48% -
HSV(B) 25.71º 0.7% 0.74% -
XYZ 27.61 22.91 6.71 -
YUV 129.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 189 113 56 0 0.40 0.70 0.26 25.71 0.54 0.48
Hex BD 71 38 0 28 46 1A 1A 36 30
Octal 275 161 70 0 50 106 32 32 66 60
Binary 10111101 1110001 111000 0 101000 1000110 11010 11010 110110 110000

Color Harmonies of #BD7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7138

Black with #BD7138

Text Example


Text Example

White with #BD7138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7138; }

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

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

background-color css

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

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

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

border-color css

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

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

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