Html Css Color HEX #BD7130 Meteor

📋 copy color: '#BD7130'

red 189 ◦ green 113 ◦ blue 48

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

Shades of Meteor #BD7130

Tints of Meteor #BD7130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 54%
G = 32.29%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD7130 (or 0xBD7130) is known color: Meteor. HEX triplet: BD, 71 and 30. RGB value is (189,113,48). Sum of RGB (Red+Green+Blue) = 189+113+48=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7130 is #428ECF. Grayscale: #808080. Windows color (decimal): -4361936 or 3174845. OLE color: 3174845.

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

Color convert

RGB 189 113 48 -
CMYK 0 0.40 0.75 0.26
HSL 27.66º 0.59% 0.46% -
HSV(B) 27.66º 0.75% 0.74% -
XYZ 27.42 22.84 5.76 -
YUV 128.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 189 113 48 0 0.40 0.75 0.26 27.66 0.59 0.46
Hex BD 71 30 0 28 4B 1A 1C 3B 2E
Octal 275 161 60 0 50 113 32 34 73 56
Binary 10111101 1110001 110000 0 101000 1001011 11010 11100 111011 101110

Color Harmonies of #BD7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7130

Black with #BD7130

Text Example


Text Example

White with #BD7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7130; }

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

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

background-color css

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

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

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

border-color css

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

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

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