Html Css Color HEX #BD7730 Meteor

📋 copy color: '#BD7730'

red 189 ◦ green 119 ◦ blue 48

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

Shades of Meteor #BD7730

Tints of Meteor #BD7730

RGB

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

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

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

R = 53.09%
G = 33.43%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD7730 (or 0xBD7730) is known color: Meteor. HEX triplet: BD, 77 and 30. RGB value is (189,119,48). Sum of RGB (Red+Green+Blue) = 189+119+48=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7730 is #4288CF. Grayscale: #848484. Windows color (decimal): -4360400 or 3176381. OLE color: 3176381.

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

Color convert

RGB 189 119 48 -
CMYK 0 0.37 0.75 0.26
HSL 30.21º 0.59% 0.46% -
HSV(B) 30.21º 0.75% 0.74% -
XYZ 28.12 24.23 5.99 -
YUV 131.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 189 119 48 0 0.37 0.75 0.26 30.21 0.59 0.46
Hex BD 77 30 0 25 4B 1A 1E 3B 2E
Octal 275 167 60 0 45 113 32 36 73 56
Binary 10111101 1110111 110000 0 100101 1001011 11010 11110 111011 101110

Color Harmonies of #BD7730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7730

Black with #BD7730

Text Example


Text Example

White with #BD7730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7730; }

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

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

background-color css

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

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

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

border-color css

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

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

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