Html Css Color HEX #BD722E Meteor

📋 copy color: '#BD722E'

red 189 ◦ green 114 ◦ blue 46

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

Shades of Meteor #BD722E

Tints of Meteor #BD722E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

 BLUE value IS 46 (18.36% from 255) = 13.18%

R = 54.15%
G = 32.66%
B = 13.18%

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

#BD722E (or 0xBD722E) is known color: Meteor. HEX triplet: BD, 72 and 2E. RGB value is (189,114,46). Sum of RGB (Red+Green+Blue) = 189+114+46=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD722E is #428DD1. Grayscale: #818181. Windows color (decimal): -4361682 or 3044029. OLE color: 3044029.

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

Color convert

RGB 189 114 46 -
CMYK 0 0.40 0.76 0.26
HSL 28.53º 0.61% 0.46% -
HSV(B) 28.53º 0.76% 0.74% -
XYZ 27.5 23.05 5.58 -
YUV 128.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 189 114 46 0 0.40 0.76 0.26 28.53 0.61 0.46
Hex BD 72 2E 0 28 4C 1A 1D 3D 2E
Octal 275 162 56 0 50 114 32 35 75 56
Binary 10111101 1110010 101110 0 101000 1001100 11010 11101 111101 101110

Color Harmonies of #BD722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD722E

Black with #BD722E

Text Example


Text Example

White with #BD722E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD722E; }

 p { color: rgb(189,114,46); }

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

background-color css

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

 a { background-color: rgb(189,114,46); }

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

border-color css

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

 span { border-color: rgb(189,114,46); }

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