Html Css Color HEX #BA7730 Meteor

📋 copy color: '#BA7730'

red 186 ◦ green 119 ◦ blue 48

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

Shades of Meteor #BA7730

Tints of Meteor #BA7730

RGB

 RED value IS 186 (73.05% from 255) = 52.69%

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

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

R = 52.69%
G = 33.71%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7730 (or 0xBA7730) is known color: Meteor. HEX triplet: BA, 77 and 30. RGB value is (186,119,48). Sum of RGB (Red+Green+Blue) = 186+119+48=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7730 is #4588CF. Grayscale: #838383. Windows color (decimal): -4557008 or 3176378. OLE color: 3176378.

HSL color Cylindrical-coordinate representation of color #BA7730: hue angle of 30.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA7730 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 48 -
CMYK 0 0.36 0.74 0.27
HSL 30.87º 0.59% 0.46% -
HSV(B) 30.87º 0.74% 0.73% -
XYZ 27.38 23.85 5.96 -
YUV 130.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 186 119 48 0 0.36 0.74 0.27 30.87 0.59 0.46
Hex BA 77 30 0 24 4A 1B 1F 3B 2E
Octal 272 167 60 0 44 112 33 37 73 56
Binary 10111010 1110111 110000 0 100100 1001010 11011 11111 111011 101110

Color Harmonies of #BA7730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7730

Black with #BA7730

Text Example


Text Example

White with #BA7730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7730; }

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

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

background-color css

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

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

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

border-color css

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

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

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