Html Css Color HEX #BA6F30 Meteor

📋 copy color: '#BA6F30'

red 186 ◦ green 111 ◦ blue 48

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

Shades of Meteor #BA6F30

Tints of Meteor #BA6F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

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

R = 53.91%
G = 32.17%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA6F30 (or 0xBA6F30) is known color: Meteor. HEX triplet: BA, 6F and 30. RGB value is (186,111,48). Sum of RGB (Red+Green+Blue) = 186+111+48=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F30 is #4590CF. Grayscale: #7E7E7E. Windows color (decimal): -4559056 or 3174330. OLE color: 3174330.

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

Color convert

RGB 186 111 48 -
CMYK 0 0.40 0.74 0.27
HSL 27.39º 0.59% 0.46% -
HSV(B) 27.39º 0.74% 0.73% -
XYZ 26.47 22.02 5.65 -
YUV 126.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 186 111 48 0 0.40 0.74 0.27 27.39 0.59 0.46
Hex BA 6F 30 0 28 4A 1B 1B 3B 2E
Octal 272 157 60 0 50 112 33 33 73 56
Binary 10111010 1101111 110000 0 101000 1001010 11011 11011 111011 101110

Color Harmonies of #BA6F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F30

Black with #BA6F30

Text Example


Text Example

White with #BA6F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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