Html Css Color HEX #BA7630 Meteor

📋 copy color: '#BA7630'

red 186 ◦ green 118 ◦ blue 48

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

Shades of Meteor #BA7630

Tints of Meteor #BA7630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.52%

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

R = 52.84%
G = 33.52%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7630 (or 0xBA7630) is known color: Meteor. HEX triplet: BA, 76 and 30. RGB value is (186,118,48). Sum of RGB (Red+Green+Blue) = 186+118+48=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7630 is #4589CF. Grayscale: #828282. Windows color (decimal): -4557264 or 3176122. OLE color: 3176122.

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

Color convert

RGB 186 118 48 -
CMYK 0 0.37 0.74 0.27
HSL 30.43º 0.59% 0.46% -
HSV(B) 30.43º 0.74% 0.73% -
XYZ 27.26 23.61 5.92 -
YUV 130.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 186 118 48 0 0.37 0.74 0.27 30.43 0.59 0.46
Hex BA 76 30 0 25 4A 1B 1E 3B 2E
Octal 272 166 60 0 45 112 33 36 73 56
Binary 10111010 1110110 110000 0 100101 1001010 11011 11110 111011 101110

Color Harmonies of #BA7630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7630

Black with #BA7630

Text Example


Text Example

White with #BA7630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7630; }

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

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

background-color css

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

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

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

border-color css

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

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

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