Html Css Color HEX #BA7230 Meteor

📋 copy color: '#BA7230'

red 186 ◦ green 114 ◦ blue 48

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

Shades of Meteor #BA7230

Tints of Meteor #BA7230

RGB

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

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

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

R = 53.45%
G = 32.76%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7230 (or 0xBA7230) is known color: Meteor. HEX triplet: BA, 72 and 30. RGB value is (186,114,48). Sum of RGB (Red+Green+Blue) = 186+114+48=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7230 is #458DCF. Grayscale: #808080. Windows color (decimal): -4558288 or 3175098. OLE color: 3175098.

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

Color convert

RGB 186 114 48 -
CMYK 0 0.39 0.74 0.27
HSL 28.7º 0.59% 0.46% -
HSV(B) 28.7º 0.74% 0.73% -
XYZ 26.8 22.69 5.76 -
YUV 128 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 186 114 48 0 0.39 0.74 0.27 28.7 0.59 0.46
Hex BA 72 30 0 27 4A 1B 1D 3B 2E
Octal 272 162 60 0 47 112 33 35 73 56
Binary 10111010 1110010 110000 0 100111 1001010 11011 11101 111011 101110

Color Harmonies of #BA7230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7230

Black with #BA7230

Text Example


Text Example

White with #BA7230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7230; }

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

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

background-color css

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

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

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

border-color css

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

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

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