Html Css Color HEX #BD772E Meteor

📋 copy color: '#BD772E'

red 189 ◦ green 119 ◦ blue 46

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

Shades of Meteor #BD772E

Tints of Meteor #BD772E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

R = 53.39%
G = 33.62%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD772E (or 0xBD772E) is known color: Meteor. HEX triplet: BD, 77 and 2E. RGB value is (189,119,46). Sum of RGB (Red+Green+Blue) = 189+119+46=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD772E is #4288D1. Grayscale: #838383. Windows color (decimal): -4360402 or 3045309. OLE color: 3045309.

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

Color convert

RGB 189 119 46 -
CMYK 0 0.37 0.76 0.26
HSL 30.63º 0.61% 0.46% -
HSV(B) 30.63º 0.76% 0.74% -
XYZ 28.08 24.21 5.78 -
YUV 131.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 189 119 46 0 0.37 0.76 0.26 30.63 0.61 0.46
Hex BD 77 2E 0 25 4C 1A 1F 3D 2E
Octal 275 167 56 0 45 114 32 37 75 56
Binary 10111101 1110111 101110 0 100101 1001100 11010 11111 111101 101110

Color Harmonies of #BD772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD772E

Black with #BD772E

Text Example


Text Example

White with #BD772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD772E; }

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

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

background-color css

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

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

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

border-color css

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

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

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