Html Css Color HEX #BD7134 Meteor

📋 copy color: '#BD7134'

red 189 ◦ green 113 ◦ blue 52

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

Shades of Meteor #BD7134

Tints of Meteor #BD7134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.69%

R = 53.39%
G = 31.92%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD7134 (or 0xBD7134) is known color: Meteor. HEX triplet: BD, 71 and 34. RGB value is (189,113,52). Sum of RGB (Red+Green+Blue) = 189+113+52=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7134 is #428ECB. Grayscale: #818181. Windows color (decimal): -4361932 or 3436989. OLE color: 3436989.

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

Color convert

RGB 189 113 52 -
CMYK 0 0.40 0.72 0.26
HSL 26.72º 0.57% 0.47% -
HSV(B) 26.72º 0.72% 0.74% -
XYZ 27.51 22.88 6.21 -
YUV 128.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 189 113 52 0 0.40 0.72 0.26 26.72 0.57 0.47
Hex BD 71 34 0 28 48 1A 1B 39 2F
Octal 275 161 64 0 50 110 32 33 71 57
Binary 10111101 1110001 110100 0 101000 1001000 11010 11011 111001 101111

Color Harmonies of #BD7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7134

Black with #BD7134

Text Example


Text Example

White with #BD7134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7134; }

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

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

background-color css

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

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

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

border-color css

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

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

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