Html Css Color HEX #BD712F Meteor

📋 copy color: '#BD712F'

red 189 ◦ green 113 ◦ blue 47

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

Shades of Meteor #BD712F

Tints of Meteor #BD712F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.47%

R = 54.15%
G = 32.38%
B = 13.47%

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

#BD712F (or 0xBD712F) is known color: Meteor. HEX triplet: BD, 71 and 2F. RGB value is (189,113,47). Sum of RGB (Red+Green+Blue) = 189+113+47=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD712F is #428ED0. Grayscale: #808080. Windows color (decimal): -4361937 or 3109309. OLE color: 3109309.

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

Color convert

RGB 189 113 47 -
CMYK 0 0.40 0.75 0.26
HSL 27.89º 0.6% 0.46% -
HSV(B) 27.89º 0.75% 0.74% -
XYZ 27.4 22.83 5.65 -
YUV 128.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 189 113 47 0 0.40 0.75 0.26 27.89 0.6 0.46
Hex BD 71 2F 0 28 4B 1A 1C 3C 2E
Octal 275 161 57 0 50 113 32 34 74 56
Binary 10111101 1110001 101111 0 101000 1001011 11010 11100 111100 101110

Color Harmonies of #BD712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD712F

Black with #BD712F

Text Example


Text Example

White with #BD712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD712F; }

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

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

background-color css

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

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

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

border-color css

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

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

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