Html Css Color HEX #BD712D Meteor

📋 copy color: '#BD712D'

red 189 ◦ green 113 ◦ blue 45

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

Shades of Meteor #BD712D

Tints of Meteor #BD712D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 54.47%
G = 32.56%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD712D (or 0xBD712D) is known color: Meteor. HEX triplet: BD, 71 and 2D. RGB value is (189,113,45). Sum of RGB (Red+Green+Blue) = 189+113+45=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD712D is #428ED2. Grayscale: #808080. Windows color (decimal): -4361939 or 2978237. OLE color: 2978237.

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

Color convert

RGB 189 113 45 -
CMYK 0 0.40 0.76 0.26
HSL 28.33º 0.62% 0.46% -
HSV(B) 28.33º 0.76% 0.74% -
XYZ 27.37 22.82 5.44 -
YUV 127.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 189 113 45 0 0.40 0.76 0.26 28.33 0.62 0.46
Hex BD 71 2D 0 28 4C 1A 1C 3E 2E
Octal 275 161 55 0 50 114 32 34 76 56
Binary 10111101 1110001 101101 0 101000 1001100 11010 11100 111110 101110

Color Harmonies of #BD712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD712D

Black with #BD712D

Text Example


Text Example

White with #BD712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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