Html Css Color HEX #BD7132 Meteor

📋 copy color: '#BD7132'

red 189 ◦ green 113 ◦ blue 50

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

Shades of Meteor #BD7132

Tints of Meteor #BD7132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.2%

R = 53.69%
G = 32.1%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD7132 (or 0xBD7132) is known color: Meteor. HEX triplet: BD, 71 and 32. RGB value is (189,113,50). Sum of RGB (Red+Green+Blue) = 189+113+50=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7132 is #428ECD. Grayscale: #808080. Windows color (decimal): -4361934 or 3305917. OLE color: 3305917.

HSL color Cylindrical-coordinate representation of color #BD7132: hue angle of 27.19º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD7132 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 113 50 -
CMYK 0 0.40 0.74 0.26
HSL 27.19º 0.58% 0.47% -
HSV(B) 27.19º 0.74% 0.74% -
XYZ 27.47 22.86 5.98 -
YUV 128.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 189 113 50 0 0.40 0.74 0.26 27.19 0.58 0.47
Hex BD 71 32 0 28 4A 1A 1B 3A 2F
Octal 275 161 62 0 50 112 32 33 72 57
Binary 10111101 1110001 110010 0 101000 1001010 11010 11011 111010 101111

Color Harmonies of #BD7132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7132

Black with #BD7132

Text Example


Text Example

White with #BD7132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7132; }

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

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

background-color css

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

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

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

border-color css

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

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

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