Html Css Color HEX #BD7129 Meteor

📋 copy color: '#BD7129'

red 189 ◦ green 113 ◦ blue 41

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

Shades of Meteor #BD7129

Tints of Meteor #BD7129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.95%

R = 55.1%
G = 32.94%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD7129 (or 0xBD7129) is known color: Meteor. HEX triplet: BD, 71 and 29. RGB value is (189,113,41). Sum of RGB (Red+Green+Blue) = 189+113+41=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7129 is #428ED6. Grayscale: #7F7F7F. Windows color (decimal): -4361943 or 2716093. OLE color: 2716093.

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

Color convert

RGB 189 113 41 -
CMYK 0 0.40 0.78 0.26
HSL 29.19º 0.64% 0.45% -
HSV(B) 29.19º 0.78% 0.74% -
XYZ 27.29 22.79 5.06 -
YUV 127.52 79.18 171.85 -
System Red Green Blue C M Y K H S L
Decimal 189 113 41 0 0.40 0.78 0.26 29.19 0.64 0.45
Hex BD 71 29 0 28 4E 1A 1D 40 2D
Octal 275 161 51 0 50 116 32 35 100 55
Binary 10111101 1110001 101001 0 101000 1001110 11010 11101 1000000 101101

Color Harmonies of #BD7129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7129

Black with #BD7129

Text Example


Text Example

White with #BD7129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7129; }

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

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

background-color css

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

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

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

border-color css

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

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

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